33 results found in 56 ms, displaying results 1-10
application test


define page root() {
if(/[0-9]/.find("ofsdfjsd=s7")){
"1 "
}
if(/[0-9]/.match("of44ft")){
"error"
}
if(/df/.find("ofsdfjsd767g---==ifjs7")){
"2 "
}
if(/5/.find("jfg782dfF")){
"error"
}
if(/1234[0-9]/.match("12349")){
"3 "
}

for(s : String in /-/.split("1-10-100-1000")){
output(s)
more fragments
application test


define page root() {
if(/[0-9]/.find("ofsdfjsd=s7")){
"1 "
}
if(/[0-9]/.match("of44ft")){
"error"
}
if(/df/.find("ofsdfjsd767g---==ifjs7")){
"2 "
}
if(/5/.find("jfg782dfF")){
"error"
}
if(/1234[0-9]/.match("12349")){
"3 "
}

for(s : String in /-/.split("1-10-100-1000")){
output(s)
more fragments
application test

page root {
if(/[0-9]/.find("ofsdfjsd=s7")){
"1 "
}
if(/[0-9]/.match("of44ft")){
"error"
}
if(/df/.find("ofsdfjsd767g---==ifjs7")){
"2 "
}
if(/5/.find("jfg782dfF")){
"error"
}
if(/1234[0-9]/.match("12349")){
"3 "
}

for(s : String in /-/.split("1-10-100-1000")){
output(s)
}separated-by{".."}

break

output(/
more fragments
 whitespace?
function isEmptyString(x : String) : Bool {
return x == null || (x == "") || /[\n\t\r\ ]+/.replaceAll("", x) == "";
}

// remove trailing whitespace
function removeTrailingSpaces(x : String) : String {
return /^[\n\t\ ]+/.replaceAll("",/[\n\t\ ]+$/.replaceAll("",x));
}

function words(x : String) : List<String> {
return /[\t\n\ ]+/.split(removeTrailingSpaces(x));
}
more fragments
  template header6(){ <h6> elements </h6> }

template anchorHeader1(){ var hashtext:=/\W/.replaceAll("-", rendertemplate(elements)); <h1><a href="#"

=/\W/.replaceAll("-", rendertemplate(elements)); <h2><a href="#"+hashtext style="text-decoration:inherit; color:inherit;" name=hashtext class="anchor">elements</a></h2>}
template anchorHeader3(){ var hashtext:=/\W/.replaceAll("-", rendertemplate(elements)); <h3><a href="#"+hashtext style="text-
more fragments
 == null || (x == "") || /[\n\t\r\ ]+/.replaceAll("", x) == "";
}

// remove trailing whitespace
function removeTrailingSpaces(x : String) : String {
return /^[\n\t\ ]+/.replaceAll("",/[\n\t\ ]+$/.replaceAll("",x));
}

function words(x : String) : List<String> {
return /[\t\n\ ]+/.split(removeTrailingSpaces(x));
}

function lines(x: String): List<String> {
return /[\n]/.split(
more fragments
 getHtmlUnitDriver();
d.get(navigate(root()));
d.getSubmit().click();
var list := /required/.split(d.getPageSource());
assert(list.
more fragments
 := /.*github\.com/ ( [^/]+ ) / ( [^/]+ ) /? ( .* ) /.replaceAll( "$1,$2,$3", url ).split( "," );
var u := params[0];
var r :=

/master.* ) /.match( params[2] ) ) {
prefixPath := "trunk";
} else {
prefixPath := if( isGithubTag ) "tags" else "branch";
}
if( params[2].length() > 1 ) {
p := /^ ( tree|blob ) ( /master ) ?/.replaceFirst( prefixPath, params[2] );
more fragments
"));
assert(source.contains("foo=\"f\""));
assert(/class=\"((a|d)\s?){2}\"/.find(source));
assert(source.contains("style=\"b e\""

s?){3}\"/.find(source));
assert(/style=\"((b|rs|os)\s?){3}\"/.find(source));
assert(source.contains("blub=\"c\""));
assert(source

callTemplate());
log(source);
assert(/class=\"((rc|oc|a|rc|oc|d)\s?){6}\"/.find(source));
assert(/style=\"((rs|os|b|rs|os|e)\s?){6}\"/.
more fragments
"));
assert(source.contains("foo=\"f\""));
assert(/class=\"((a|d)\s?){2}\"/.find(source));
assert(source.contains("style=\"b e\""

s?){3}\"/.find(source));
assert(/style=\"((b|rs|os)\s?){3}\"/.find(source));
assert(source.contains("blub=\"c\""));
assert(source

callTemplate());
log(source);
assert(/class=\"((rc|oc|a|rc|oc|d)\s?){6}\"/.find(source));
assert(/style=\"((rs|os|b|rs|os|e)\s?){6}\"/.
more fragments