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:
@@ -0,0 +1,5 @@
|
||||
// In middle of line.
|
||||
IO.print/* ... */(/* */"ok"/* */) // expect: ok
|
||||
|
||||
// Nested.
|
||||
IO.print(/* in /* nest */ out */"ok") // expect: ok
|
||||
@@ -0,0 +1,2 @@
|
||||
IO.print("ok") // expect: ok
|
||||
/* comment */
|
||||
@@ -0,0 +1,2 @@
|
||||
IO.print("ok") // expect: ok
|
||||
// comment
|
||||
@@ -0,0 +1 @@
|
||||
// comment
|
||||
@@ -0,0 +1 @@
|
||||
// comment
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user