diff options
Diffstat (limited to 'maintenance/parserTests.txt')
-rw-r--r-- | maintenance/parserTests.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 1a427005..d7249ff2 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -4357,6 +4357,23 @@ Table attribute safety !! end +!! test +CSS line continuation 1 +!! input +<div style="background-image: u\ rl(test.jpg);"></div> +!! result +<div></div> + +!! end + +!! test +CSS line continuation 2 +!! input +<div style="background-image: u\ rl(test.jpg); "></div> +!! result +<div></div> + +!! end !! article Template:Identity |