added exponential and hex numbers

This commit is contained in:
Jeremy Ashkenas
2009-12-17 20:59:19 -05:00
parent 955d01a302
commit 58ecfeb815
3 changed files with 11 additions and 4 deletions

View File

@@ -19,7 +19,9 @@ spaced_out_multiline_object: {
pi: 3.14159
list: [1, 2, 3, 4]
a_googol: 1e100
list: [-1, 0, 1, 2, 3, 4]
regex: /match[ing](every|thing|\/)/gi