Commit 23fa4fb
committed
clojureRegexpEscape changes
* Remove \. since it expands to its literal self, unlike \t or \011
* Limit the \x{…} digits to the strlen of Character.MAX_CODE_POINT in
hexadecimal. The compiler accepts any length of leading zeroes in the
braces, but the docs only define from MIN_CODE_POINT to MAX_CODE_POINT1 parent 560b3df commit 23fa4fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments