diff options
author | Araq <rumpf_a@web.de> | 2012-04-15 10:02:35 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-15 10:02:35 +0200 |
commit | da9ff288d9ddb2f92bc8a82f859fc4f420102882 (patch) | |
tree | 503746c6af5d088c243602ea3a4333670ac70def /lib/pure/pegs.nim | |
parent | 959e370ae9f5c1e91b735f0633895780bb832235 (diff) | |
parent | 043a40eee6d33dec66a55c51123453c072e8d7be (diff) | |
download | Nim-da9ff288d9ddb2f92bc8a82f859fc4f420102882.tar.gz |
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'lib/pure/pegs.nim')
-rwxr-xr-x | lib/pure/pegs.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pure/pegs.nim b/lib/pure/pegs.nim index 6702d8beb..44526790f 100755 --- a/lib/pure/pegs.nim +++ b/lib/pure/pegs.nim @@ -1738,7 +1738,6 @@ when isMainModule: else: assert false - var matches: array[0..5, string] if match("abcdefg", peg"c {d} ef {g}", matches, 2): assert matches[0] == "d" assert matches[1] == "g" |