diff options
author | murphy <murphy@rubychan.de> | 2006-10-15 15:10:04 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-10-15 15:10:04 +0000 |
commit | f5768c09019b303e82b7b7905b137b0e1df3823c (patch) | |
tree | a0bca63a318f848c6932070b4779226520fa040c /test/ruby/test-fitter.out.raydebug | |
parent | dd1f6c2ed2fa76d8862233494519d797e9ffb488 (diff) | |
download | coderay-f5768c09019b303e82b7b7905b137b0e1df3823c.tar.gz |
Moved scanner tests into test/scanners.
Diffstat (limited to 'test/ruby/test-fitter.out.raydebug')
-rw-r--r-- | test/ruby/test-fitter.out.raydebug | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/test/ruby/test-fitter.out.raydebug b/test/ruby/test-fitter.out.raydebug deleted file mode 100644 index da35d8d..0000000 --- a/test/ruby/test-fitter.out.raydebug +++ /dev/null @@ -1,46 +0,0 @@ -ident(require) string<delimiter(')content(benchmark)delimiter(')> -ident(require) string<delimiter(')content(fits)delimiter(')> - -constant(N) operator(=) integer(100_000) - -reserved(def) method(test) ident(s) - ident(puts) ident(s) - constant(Benchmark)operator(.)ident(bm) integer(10) reserved(do) operator(|)ident(bm)operator(|) - ident(bm)operator(.)ident(report) string<delimiter(')content(default)delimiter(')> reserved(do) - constant(N)operator(.)ident(times) operator({) ident(s) operator(=)operator(~) regexp<delimiter(/)char(\\A)char(\\w)content(+)char(\\z)delimiter(/)> operator(}) - reserved(end) - - ident(bm)operator(.)ident(report) string<delimiter(')content(fits?)delimiter(')> reserved(do) - constant(N)operator(.)ident(times) operator({) ident(s)operator(.)ident(fits?) regexp<delimiter(/)char(\\w)content(+)delimiter(/)> operator(}) - reserved(end) - - ident(bm)operator(.)ident(report) string<delimiter(')content(f)delimiter(')> reserved(do) - constant(N)operator(.)ident(times) operator({) ident(s) operator(=)operator(~) regexp<delimiter(/)char(\\w)content(+)delimiter(/)>operator(.)ident(f) operator(}) - reserved(end) - - ident(re) operator(=) regexp<delimiter(/)char(\\w)content(+)delimiter(/)>operator(.)ident(f) - - ident(bm)operator(.)ident(report) string<delimiter(')content(preparsed)delimiter(')> reserved(do) - constant(N)operator(.)ident(times) operator({) ident(s) operator(=)operator(~) ident(re) operator(}) - reserved(end) - reserved(end) - ident(puts) -reserved(end) - -ident(a)operator(.)ident(fits?) operator(/) ident(bla) regexp<delimiter(/)content(x - -test 'harmlessline' - -test <<EOL -<div style=)char(\\")content(font-size:2px)char(\\")content(>Destroy my HTML! -harmlessline -EOL - -test <<EOL -harmlessline -harmlesslineharmlessline -<div style=)char(\\")content(font-size:2px)char(\\")content(>Destroy my HTML! -harmlessline -EOL - -)>
\ No newline at end of file |