diff options
author | Mattias Andrée <maandree@kth.se> | 2018-02-19 19:24:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-02-19 19:24:37 +0100 |
commit | dc0349df102935554f453a5d68a60f27fe38a09b (patch) | |
tree | 2983385577b8d97c0d0969d581907dfa70cdcbd9 /tests/3 | |
parent | Add readme and loc.1 (diff) | |
download | loc-dc0349df102935554f453a5d68a60f27fe38a09b.tar.gz loc-dc0349df102935554f453a5d68a60f27fe38a09b.tar.bz2 loc-dc0349df102935554f453a5d68a60f27fe38a09b.tar.xz |
Add tests1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | tests/3 | 3 | ||||
-rw-r--r-- | tests/30 | 3 | ||||
-rw-r--r-- | tests/31 | 3 | ||||
-rw-r--r-- | tests/32 | 3 | ||||
-rw-r--r-- | tests/33 | 3 | ||||
-rw-r--r-- | tests/34 | 3 | ||||
-rw-r--r-- | tests/35 | 3 | ||||
-rw-r--r-- | tests/36 | 3 | ||||
-rw-r--r-- | tests/37 | 1 | ||||
-rw-r--r-- | tests/38 | 1 | ||||
-rw-r--r-- | tests/39 | 1 |
11 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,3 @@ + {}()
[]; + +; diff --git a/tests/30 b/tests/30 new file mode 100644 index 0000000..c739847 --- /dev/null +++ b/tests/30 @@ -0,0 +1,3 @@ +" "/* +x +*/ diff --git a/tests/31 b/tests/31 new file mode 100644 index 0000000..2ebd547 --- /dev/null +++ b/tests/31 @@ -0,0 +1,3 @@ +' '/* +x +*/ diff --git a/tests/32 b/tests/32 new file mode 100644 index 0000000..8470c9c --- /dev/null +++ b/tests/32 @@ -0,0 +1,3 @@ +'"'/* +x +*/ diff --git a/tests/33 b/tests/33 new file mode 100644 index 0000000..8782f15 --- /dev/null +++ b/tests/33 @@ -0,0 +1,3 @@ +"'"/* +x +*/ diff --git a/tests/34 b/tests/34 new file mode 100644 index 0000000..85bf9aa --- /dev/null +++ b/tests/34 @@ -0,0 +1,3 @@ +" + +" diff --git a/tests/35 b/tests/35 new file mode 100644 index 0000000..8e38ed0 --- /dev/null +++ b/tests/35 @@ -0,0 +1,3 @@ +' + +' diff --git a/tests/36 b/tests/36 new file mode 100644 index 0000000..1e6f762 --- /dev/null +++ b/tests/36 @@ -0,0 +1,3 @@ +x + +x diff --git a/tests/37 b/tests/37 new file mode 100644 index 0000000..1bc266d --- /dev/null +++ b/tests/37 @@ -0,0 +1 @@ +/* // */ x diff --git a/tests/38 b/tests/38 new file mode 100644 index 0000000..50da1b9 --- /dev/null +++ b/tests/38 @@ -0,0 +1 @@ +// /* */ x diff --git a/tests/39 b/tests/39 new file mode 100644 index 0000000..e5409e8 --- /dev/null +++ b/tests/39 @@ -0,0 +1 @@ +/**//**/x |