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-block-level-@-statements | |
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-block-level-@-statements')
-rw-r--r-- | t/t4018/css-block-level-@-statements | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/t/t4018/css-block-level-@-statements b/t/t4018/css-block-level-@-statements new file mode 100644 index 0000000000..d6755f2f3d --- /dev/null +++ b/t/t4018/css-block-level-@-statements @@ -0,0 +1,10 @@ +@keyframes RIGHT { + from { + background : #000; + border : 10px ChangeMe #C6C6C6; + } + to { + background : #fff; + border : 10px solid #C6C6C6; + } +} |