diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-27 15:09:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-27 15:09:46 -0700 |
commit | 2810828d7cc3b215f3e97ec2acba8d5783b7369d (patch) | |
tree | 50cf16ae97bcf70118b139bf6b90e13f08de7f57 /t/t4018/css-attribute-value-selector | |
parent | Merge branch 'rk/completion-stash' (diff) | |
parent | userdiff: expand detected chunk headers for css (diff) | |
download | tgif-2810828d7cc3b215f3e97ec2acba8d5783b7369d.tar.xz |
Merge branch 'sd/userdiff-css-update'
Userdiff for CSS update.
* sd/userdiff-css-update:
userdiff: expand detected chunk headers for css
Diffstat (limited to 't/t4018/css-attribute-value-selector')
-rw-r--r-- | t/t4018/css-attribute-value-selector | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t4018/css-attribute-value-selector b/t/t4018/css-attribute-value-selector new file mode 100644 index 0000000000..918256b20c --- /dev/null +++ b/t/t4018/css-attribute-value-selector @@ -0,0 +1,4 @@ +[class*="RIGHT"] { + background : #000; + border : 10px ChangeMe #C6C6C6; +} |