Closed isaac closed 13 years ago
I believe the problem is that I naively assumed that the TMPDIR name will not cause problems. But the '+++' in the directory path is causing the problem:
± irb
irb(main):001:0> /a+++/
SyntaxError: (irb):1: regexp `a+++' compilation error: U_REGEX_RULE_SYNTAX
Thanks for fixing that!
Here is the full error:
My regex skills are not the greatest so I'm not too sure what is going on here. This change doesn't do quite the same thing as the previous code but it may be sufficient for testing purposes.
What do you think?