blob: be84a3d1b0ed8f756a49ba43e4de66386dd15754 [file] [log] [blame]
// This test passes if it does not fail assertions on a debug build.
str = "Hello There Quick Brown Fox";
str.replace(/(((el)|(ui))|((Br)|(Fo)))/g, () => { });