git.fiddlerwoaroof.com
Browse code

Add some unicode test cases

Fernando Borretti authored on 12/10/2015 15:24:23
Showing 1 changed files
... ...
@@ -41,6 +41,12 @@
41 41
   ("6.62606957e-34"
42 42
    6.62607e-34))
43 43
 
44
+(define-test-cases (strings)
45
+  ("test" "test")
46
+  ("\"test\"" "test")
47
+  ("€" "€")
48
+  ("€1234" "€1234"))
49
+
44 50
 (define-test-cases (lists)
45 51
   ("[a, b, c]"
46 52
    (list "a" "b" "c"))