mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
testing issue 584
This commit is contained in:
@@ -34,3 +34,11 @@ eq '\\\\#{}\\\\\\\"', ///
|
||||
\\ \"
|
||||
///.source
|
||||
eq /// /// + '', '/(?:)/'
|
||||
|
||||
|
||||
# Issue #584.
|
||||
regex = /[/]/
|
||||
s1 = "Hello there"
|
||||
s2 = "Hello / there"
|
||||
ok not regex.test(s1)
|
||||
ok regex.test(s2)
|
||||
Reference in New Issue
Block a user