Searched refs:simpleSentence (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/regexp/
H A Deverything.js53 var simpleSentence = /(\s?[^\!\?\.]+[\!\?\.])+/; variable
54 // 'See Spot run.'.match(simpleSentence)
55 testcases[count++] = new TestCase ( SECTION, "'See Spot run.'.match(simpleSentence)",
56 String(["See Spot run.","See Spot run."]), String('See Spot run.'.match(simpleSentence)));
58 // 'I like it. What's up? I said NO!'.match(simpleSentence)
59 testcases[count++] = new TestCase ( SECTION, "'I like it. What's up? I said NO!'.match(simpleSentence)",
60 String(["I like it. What's up? I said NO!",' I said NO!']), String('I like it. What\'s up? I said NO!'.match(simpleSentence)));

Completed in 110 milliseconds