Skip to content

Commit 0740675

Browse files
committed
Update mathtools tag example
1 parent 2f26005 commit 0740675

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testsuite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@jest/globals": "^29.7.0",
17-
"@mathjax/mathjax-bbm-font-extension": "0.4.2-beta.8",
17+
"@mathjax/mathjax-bbm-font-extension": "^4.0.0",
1818
"@types/jest": "^29.5.14",
1919
"jest": "^29.7.0",
2020
"ts-jest": "^29.3.4",

testsuite/tests/input/tex/Mathtools.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6176,7 +6176,7 @@ describe('Mathtools options', () => {
61766176

61776177
test('non-ams tags', () => {
61786178
class myTags extends AbstractTags {
6179-
formatTag(tag: string) {return `[[${tag}]]`}
6179+
formatTag(tag: string) {return ['[[', tag, ']]']}
61806180
};
61816181
Configuration.create('mytags', {
61826182
[ConfigurationType.TAGS]: {mytags: myTags},

0 commit comments

Comments
 (0)