diff --git a/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/lexer-test.rkt b/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/lexer-test.rkt index aebd8f8459..4b2a0107ae 100644 --- a/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/lexer-test.rkt +++ b/pkgs/unstable-pkgs/unstable-test/tests/unstable/2d/lexer-test.rkt @@ -281,14 +281,14 @@ ("@" parenthesis #f 22 23 22) ("f" symbol #f 23 24 23) ("{" parenthesis |{| 24 25 24) - (,dont-care string #f 25 26 25) + (,dont-care text #f 25 26 25) ("}" parenthesis |}| 26 27 26) ("║" parenthesis #f 27 28 27) (" " white-space #f 28 29 28) ("@" parenthesis #f 29 30 29) ("g" symbol #f 30 31 30) ("{" parenthesis |{| 31 32 31) - (,dont-care string #f 32 33 32) + (,dont-care text #f 32 33 32) ("}" parenthesis |}| 33 34 33) (" " white-space #f 34 35 34) ("║" parenthesis #f 35 36 35) @@ -299,14 +299,14 @@ ("@" parenthesis #f 54 55 54) ("h" symbol #f 55 56 55) ("{" parenthesis |{| 56 57 56) - (,dont-care string #f 57 58 57) + (,dont-care text #f 57 58 57) ("}" parenthesis |}| 58 59 58) ("║" parenthesis #f 59 60 59) (" " white-space #f 60 61 60) ("@" parenthesis #f 61 62 61) ("i" symbol #f 62 63 62) ("{" parenthesis |{| 63 64 63) - (,dont-care string #f 64 65 64) + (,dont-care text #f 64 65 64) ("}" parenthesis |}| 65 66 65) (" " white-space #f 66 67 66) ("║" parenthesis #f 67 68 67)