Reorganize tests and benchmark scripts.

Mainly to get rid of one top level directory. But this will
also be useful when there are tests of the embedding API.
This commit is contained in:
Bob Nystrom
2015-03-14 12:45:56 -07:00
parent e2a72282a1
commit 64eccdd9be
562 changed files with 32 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
// In middle of line.
IO.print/* ... */(/* */"ok"/* */) // expect: ok
// Nested.
IO.print(/* in /* nest */ out */"ok") // expect: ok
+2
View File
@@ -0,0 +1,2 @@
IO.print("ok") // expect: ok
/* comment */
+2
View File
@@ -0,0 +1,2 @@
IO.print("ok") // expect: ok
// comment
@@ -0,0 +1 @@
// comment
@@ -0,0 +1 @@
// comment
+11
View File
@@ -0,0 +1,11 @@
// Unicode characters are allowed in comments.
//
// Latin 1 Supplement: £§¶ÜÞ
// Latin Extended-A: ĐĦŋœ
// Latin Extended-B: ƂƢƩǁ
// Other stuff: ឃᢆ᯽₪ℜ↩⊗┺░
// Emoji: ☃☺♣
// TODO: What about combining characters?
IO.print("ok") // expect: ok
@@ -0,0 +1,3 @@
// expect error line 3
IO.print("nope") /*
oops
@@ -0,0 +1,4 @@
// expect error line 4
IO.print("nope") /* /* /*
*/
oops