Skip to content

Commit

Permalink
Added regular expression test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Jan 27, 2014
1 parent ade958e commit fe19200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Resources/jshrink/input/preserve-regex.js
@@ -0,0 +1,2 @@
var re = /[^A-Za-z0-9_\\]/
var string = "Just a filler string";
2 changes: 2 additions & 0 deletions tests/Resources/jshrink/output/preserve-regex.js
@@ -0,0 +1,2 @@
var re=/[^A-Za-z0-9_\\]/
var string="Just a filler string";

0 comments on commit fe19200

Please sign in to comment.