[JAEGER] Added another test case for bug 580931.

This commit is contained in:
David Anderson 2010-08-04 14:20:55 -07:00
parent 3095481569
commit fcfeff1adb

View File

@ -0,0 +1,4 @@
// |trace-test| error: TypeError
x = 0
'a'.replace(/a/, x.toLocaleString)