Skip to content

Commit d6077d9

Browse files
Merge pull request #27 from typeetfunc/fix-validRegex-for-symbol
Add symbol > and < to validRegex for Symbol
2 parents 5855140 + 2930c46 commit d6077d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atoms.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Discard
4141

4242
class Symbol extends Prim
4343

44-
validRegex: /[0-9A-Za-z.*+!\-_?$%&=:#/]+/
44+
validRegex: /[0-9A-Za-z.*+!\-_?$%&=:#></]+/
4545

4646
invalidFirstChars: [":", "#", "/"]
4747

0 commit comments

Comments
 (0)