diff options
author | Araq <rumpf_a@web.de> | 2013-12-05 10:45:36 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-12-05 10:45:36 +0100 |
commit | c0a3d44060c2c16c11be1244340f79742a2732cb (patch) | |
tree | 3f4c08bf02db2486c57da6f94ae26f01595bd85d /tests | |
parent | 5eba93d584d5446256d05f0eef111ace5e12bac3 (diff) | |
download | Nim-c0a3d44060c2c16c11be1244340f79742a2732cb.tar.gz |
bugfix: keywords are sorted
Diffstat (limited to 'tests')
-rw-r--r-- | tests/patterns/tor.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/patterns/tor.nim b/tests/patterns/tor.nim index 7de1a7fa1..833418919 100644 --- a/tests/patterns/tor.nim +++ b/tests/patterns/tor.nim @@ -1,5 +1,5 @@ discard """ - output: '''110 + output: '''3060 true''' """ |