File: tag_parsing.haml

package info (click to toggle)
ruby-haml 6.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,004 kB
  • sloc: ruby: 9,908; sh: 23; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
%div.tags
  %foo 1
  %FOO 2
  %fooBAR 3
  %fooBar 4
  %foo_bar 5
  %foo-bar 6
  %foo:bar 7
  %foo.bar 8
  %fooBAr_baz:boom_bar 9
  %foo13 10
  %foo2u 11
%div.classes
  %p.foo.bar#baz#boom
  .fooBar a
  .foo-bar b
  .foo_bar c
  .FOOBAR d
  .foo16 e
  .123 f
  .foo2u g