* Add \>

* Update snapshot
This commit is contained in:
ylemkimon
2018-10-25 11:04:00 +09:00
committed by Kevin Barabash
parent 0b7b4db7fc
commit 4dd0e2cdca
6 changed files with 22 additions and 15 deletions

View File

@@ -752,7 +752,7 @@ describe("A text parser", function() {
});
it("should parse spacing functions", function() {
expect`a b\, \; \! \: ~ \thinspace \medspace \quad \ `.toBuild();
expect`a b\, \; \! \: \> ~ \thinspace \medspace \quad \ `.toBuild();
expect`\enspace \thickspace \qquad \space \nobreakspace`.toBuild();
});