Skip to content

Commit e027c22

Browse files
committed
[test] base-warnings: change unicode reference
1 parent 429e91a commit e027c22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/base-warnings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ mjAPI.config({undefinedCharError: true});
44

55
tape('basic test: check warnings', function (t) {
66
t.plan(2);
7-
mjAPI.typeset({math:'', html:true})
7+
mjAPI.typeset({math:'\u5475', html:true})
88
.catch(errors => t.ok(errors, 'CommonHTML output reports error'));
9-
mjAPI.typeset({math:'', svg:true})
9+
mjAPI.typeset({math:'\u5475', svg:true})
1010
.catch(errors => t.ok(errors, 'SVG output reports error'));
1111
});

0 commit comments

Comments
 (0)