[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master a4f754c: * test/indent/css-mode.css: Add tests for
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] master a4f754c: * test/indent/css-mode.css: Add tests for url(...) syntax. |
Date: |
Thu, 29 Oct 2015 14:36:56 +0000 |
branch: master
commit a4f754ca0bc00311b38adf3d498c30ce82c3170d
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* test/indent/css-mode.css: Add tests for url(...) syntax.
---
test/indent/css-mode.css | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/test/indent/css-mode.css b/test/indent/css-mode.css
index 2f04e96..24166b0 100644
--- a/test/indent/css-mode.css
+++ b/test/indent/css-mode.css
@@ -30,7 +30,9 @@ a.b:c,d.e:f,g[h]:i,j[k]:l,.m.n:o,.p.q:r,.s[t]:u,.v[w]:x { /*
bug:20282 */
.x2
{
/* foo: bar; */ foo2: bar2;
- bar: baz;
+ bar1: url("http://toto/titi");
+ bar2: url('http://toto/titi');
+ bar3: url(http://toto/titi);
}
div.x3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master a4f754c: * test/indent/css-mode.css: Add tests for url(...) syntax.,
Stefan Monnier <=