unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
blob a7ee5363b5becac56befe8cb4a7a512cfaaed3da 1449 bytes (raw)
name: test/manual/indent/css-mode.css 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
 
/* asdfasdf */

.xxx
{
}

article[role="main"] {
    width: 60%;
}

a, b:hover, c {
    color: black !important;
}

a, b:hover {                    /* bug:20282 */
    c {
        color: black;
    }
    color: black;
}

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 */
    background-color: white;
}

/* asdfasdf */
@foo x2 {
    bla:toto;
}
.x2
{
    /* foo: bar; */ foo2: bar2;
    bar1: url("http://toto/titi");
    bar2: url('http://toto/titi');
    bar3: url(http://toto/titi);
}

div.x3
{
}

article:hover
{
    color: black;
}

/* Example from bug#13425, with some changes.  */
body {
    color: #333;
    font: 15px "Helvetica Neue",
	  Helvetica,
	  Arial,
	  "Nimbus Sans L",
	  sans-serif;
    font-x-commas: 15px "Helvetica Neue"
		   Helvetica
		   Arial
		   "Nimbus Sans L"
		   sans-serif;
    font-weight: 300;
    line-height: 1.625;
    a { /* It also handles SCSS */
        font: 15px "Helvetica Neue",
	      Helvetica,
	      Arial,
	      "Nimbus Sans L",
	      sans-serif;
        /* Some comment */
	font-x-commas: 15px "Helvetica Neue"
		       Helvetica
		       Arial
		       "Nimbus Sans L"
		       sans-serif;
    }
    /* Some comment at the end of a block */
}

/* Ensure bug#13425 doesn't regress this.  */
#navtable .current:link,
#navtable .current:visited,
#navtable .current:hover,
#navtable .current:active {
  background-color: grey;
  color: white;
  border: thin solid black;
}

debug log:

solving a7ee536 ...
found a7ee536 in https://yhetil.org/emacs-bugs/877f5cchv7.fsf@tromey.com/
found 3a00739 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 3a00739bfc4bfc83d754c1a909acbb5b3acb514e	test/manual/indent/css-mode.css

applying [1/1] https://yhetil.org/emacs-bugs/877f5cchv7.fsf@tromey.com/
diff --git a/test/manual/indent/css-mode.css b/test/manual/indent/css-mode.css
index 3a00739..a7ee536 100644

Checking patch test/manual/indent/css-mode.css...
Applied patch test/manual/indent/css-mode.css cleanly.

index at:
100644 a7ee5363b5becac56befe8cb4a7a512cfaaed3da	test/manual/indent/css-mode.css

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).