diff options
| author | Drahflow <drahflow@gmx.de> | 2016-04-14 13:19:20 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2016-04-14 13:19:20 +0200 |
| commit | f35c16c4717afae1e280503d62608dc498d57f43 (patch) | |
| tree | 7f4a054f1839753ad6160a9f41b181c6b5859ed5 | |
| parent | 4d806fe07c1ad4421e57d2f040537f3cfbd5a08f (diff) | |
Allow \\], \\(, \\) in regex
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index ca05e41..1912f7c 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -182,7 +182,7 @@ { 0 "\n" * eq }" terminal =a tail } - [ "." "[" "?" "*" "+" "$" "^" "\\" ] { ==c + [ "." "[" "]" "?" "*" "+" "$" "^" "\\" "(" ")" ] { ==c { _ head 0 c * eq } { { 0 c * eq } terminal =a tail |
