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/2 | |
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/2 | 1 | ||||
-rw-r--r-- | tests/20 | 1 | ||||
-rw-r--r-- | tests/21 | 1 | ||||
-rw-r--r-- | tests/22 | 1 | ||||
-rw-r--r-- | tests/23 | 1 | ||||
-rw-r--r-- | tests/24 | 1 | ||||
-rw-r--r-- | tests/25 | 3 | ||||
-rw-r--r-- | tests/26 | 3 | ||||
-rw-r--r-- | tests/27 | 3 | ||||
-rw-r--r-- | tests/28 | 3 | ||||
-rw-r--r-- | tests/29 | 3 |
11 files changed, 21 insertions, 0 deletions
@@ -0,0 +1 @@ +x diff --git a/tests/20 b/tests/20 new file mode 100644 index 0000000..5b547a5 --- /dev/null +++ b/tests/20 @@ -0,0 +1 @@ +\// diff --git a/tests/21 b/tests/21 new file mode 100644 index 0000000..ecd2475 --- /dev/null +++ b/tests/21 @@ -0,0 +1 @@ +\/ * diff --git a/tests/22 b/tests/22 new file mode 100644 index 0000000..3acbcec --- /dev/null +++ b/tests/22 @@ -0,0 +1 @@ +/* x */ */ diff --git a/tests/23 b/tests/23 new file mode 100644 index 0000000..f714113 --- /dev/null +++ b/tests/23 @@ -0,0 +1 @@ +/* x "*/" */ diff --git a/tests/24 b/tests/24 new file mode 100644 index 0000000..6cd8dff --- /dev/null +++ b/tests/24 @@ -0,0 +1 @@ +/* x '*/' */ diff --git a/tests/25 b/tests/25 new file mode 100644 index 0000000..9350792 --- /dev/null +++ b/tests/25 @@ -0,0 +1,3 @@ +/* +x +*/ diff --git a/tests/26 b/tests/26 new file mode 100644 index 0000000..24f012c --- /dev/null +++ b/tests/26 @@ -0,0 +1,3 @@ +"/* +x +*/" diff --git a/tests/27 b/tests/27 new file mode 100644 index 0000000..32dc19f --- /dev/null +++ b/tests/27 @@ -0,0 +1,3 @@ +'/* +x +*/' diff --git a/tests/28 b/tests/28 new file mode 100644 index 0000000..43a0b9a --- /dev/null +++ b/tests/28 @@ -0,0 +1,3 @@ +"\"/* +x +*/ diff --git a/tests/29 b/tests/29 new file mode 100644 index 0000000..7dd24bf --- /dev/null +++ b/tests/29 @@ -0,0 +1,3 @@ +'\'/* +x +*/ |