diff options
author | murphy <murphy@rubychan.de> | 2009-02-06 01:14:25 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-02-06 01:14:25 +0000 |
commit | 904532b6f937c4af2afd30bcc4282f6513f82acb (patch) | |
tree | 083308a20bbbcc0fcfa1e05888e9e747b02964f7 /test/scanners/css/S5.expected.raydebug | |
parent | b390954126e93c33321cfb546c2d43431ba0a4b3 (diff) | |
download | coderay-904532b6f937c4af2afd30bcc4282f6513f82acb.tar.gz |
Fixed CSS scanner (closes #72).
* handles url(...) outside of blocks
* handles @media
* handles [attribute=selectors] (too simple, added TODO)
Diffstat (limited to 'test/scanners/css/S5.expected.raydebug')
-rw-r--r-- | test/scanners/css/S5.expected.raydebug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scanners/css/S5.expected.raydebug b/test/scanners/css/S5.expected.raydebug index 9f9a724..7f79eb5 100644 --- a/test/scanners/css/S5.expected.raydebug +++ b/test/scanners/css/S5.expected.raydebug @@ -236,6 +236,6 @@ constant(#slide0) operator({)key(visibility)operator(:) value(visible)operator(; keyword(div)constant(#controls) operator({)key(position)operator(:) value(absolute)operator(;)operator(}) constant(#footer)operator(>)keyword(div)constant(#controls) operator({)key(position)operator(:) value(fixed)operator(;)operator(}) class(.handout) operator({)key(display)operator(:) value(none)operator(;)operator(}) -directive(@import) keyword(url)operator(()keyword(s5-core)class(.css)operator(\))operator(;) comment(/*) comment(required) comment(to) comment(make) comment(the) comment(slide) comment(show) comment(run) comment(at) comment(all) comment(*/) -directive(@import) keyword(url)operator(()keyword(framing)class(.css)operator(\))operator(;) comment(/*) comment(sets) comment(basic) comment(placement) comment(and) comment(size) comment(of) comment(slide) comment(components) comment(*/) -directive(@import) keyword(url)operator(()keyword(pretty)class(.css)operator(\))operator(;) comment(/*) comment(stuff) comment(that) comment(makes) comment(the) comment(slides) comment(look) comment(better) comment(than) comment(blah) comment(*/)
\ No newline at end of file +directive(@import) string<delimiter(url()content(s5-core.css)delimiter(\))>operator(;) comment(/*) comment(required) comment(to) comment(make) comment(the) comment(slide) comment(show) comment(run) comment(at) comment(all) comment(*/) +directive(@import) string<delimiter(url()content(framing.css)delimiter(\))>operator(;) comment(/*) comment(sets) comment(basic) comment(placement) comment(and) comment(size) comment(of) comment(slide) comment(components) comment(*/) +directive(@import) string<delimiter(url()content(pretty.css)delimiter(\))>operator(;) comment(/*) comment(stuff) comment(that) comment(makes) comment(the) comment(slides) comment(look) comment(better) comment(than) comment(blah) comment(*/)
\ No newline at end of file |