HomeSort by relevance Sort by last modified time
    Searched refs:testEscape (Results 1 - 2 of 2) sorted by null

  /external/v8/test/mjsunit/
regexp.js 28 function testEscape(str, regex) {
32 testEscape("foo\nbar\nbaz", /\n/);
33 testEscape("foo bar baz", /\s/);
34 testEscape("foo\tbar\tbaz", /\s/);
35 testEscape("foo-bar-baz", /\u002D/);
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 462 public void testEscape() throws Exception {

Completed in 154 milliseconds