unbreak 2d lexer test for scribble lexer string=>text change

This commit is contained in:
Robby Findler 2013-11-02 21:09:53 -05:00
parent 39bcfb5871
commit ca72f05fca

View File

@ -281,14 +281,14 @@
("@" parenthesis #f 22 23 22) ("@" parenthesis #f 22 23 22)
("f" symbol #f 23 24 23) ("f" symbol #f 23 24 23)
("{" parenthesis |{| 24 25 24) ("{" parenthesis |{| 24 25 24)
(,dont-care string #f 25 26 25) (,dont-care text #f 25 26 25)
("}" parenthesis |}| 26 27 26) ("}" parenthesis |}| 26 27 26)
("" parenthesis #f 27 28 27) ("" parenthesis #f 27 28 27)
(" " white-space #f 28 29 28) (" " white-space #f 28 29 28)
("@" parenthesis #f 29 30 29) ("@" parenthesis #f 29 30 29)
("g" symbol #f 30 31 30) ("g" symbol #f 30 31 30)
("{" parenthesis |{| 31 32 31) ("{" parenthesis |{| 31 32 31)
(,dont-care string #f 32 33 32) (,dont-care text #f 32 33 32)
("}" parenthesis |}| 33 34 33) ("}" parenthesis |}| 33 34 33)
(" " white-space #f 34 35 34) (" " white-space #f 34 35 34)
("" parenthesis #f 35 36 35) ("" parenthesis #f 35 36 35)
@ -299,14 +299,14 @@
("@" parenthesis #f 54 55 54) ("@" parenthesis #f 54 55 54)
("h" symbol #f 55 56 55) ("h" symbol #f 55 56 55)
("{" parenthesis |{| 56 57 56) ("{" parenthesis |{| 56 57 56)
(,dont-care string #f 57 58 57) (,dont-care text #f 57 58 57)
("}" parenthesis |}| 58 59 58) ("}" parenthesis |}| 58 59 58)
("" parenthesis #f 59 60 59) ("" parenthesis #f 59 60 59)
(" " white-space #f 60 61 60) (" " white-space #f 60 61 60)
("@" parenthesis #f 61 62 61) ("@" parenthesis #f 61 62 61)
("i" symbol #f 62 63 62) ("i" symbol #f 62 63 62)
("{" parenthesis |{| 63 64 63) ("{" parenthesis |{| 63 64 63)
(,dont-care string #f 64 65 64) (,dont-care text #f 64 65 64)
("}" parenthesis |}| 65 66 65) ("}" parenthesis |}| 65 66 65)
(" " white-space #f 66 67 66) (" " white-space #f 66 67 66)
("" parenthesis #f 67 68 67) ("" parenthesis #f 67 68 67)