diff options
Diffstat (limited to 'config/tests/src-simple/thesrcdir/some.css')
-rw-r--r-- | config/tests/src-simple/thesrcdir/some.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/tests/src-simple/thesrcdir/some.css b/config/tests/src-simple/thesrcdir/some.css new file mode 100644 index 0000000000..36171b4bba --- /dev/null +++ b/config/tests/src-simple/thesrcdir/some.css @@ -0,0 +1,6 @@ +#div: { +/* this is a ID rule, and should stay intact */ +} +%expand [lang=__AB_CD__] { +/* this selector should match content with lang="ab-X-stuff" */ +} |