File: testscr3.bok

package info (click to toggle)
bibclean 2.11.4-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,204 kB
  • ctags: 1,545
  • sloc: ansic: 10,711; makefile: 817; perl: 65; sh: 40; awk: 27; sed: 6
file content (25 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (6)
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
@Comment{Old style comment}

@Comment{
This is a block comment
with two lines.
}

@Comment{
This is a block comment
with nested environments.
@Begin{foo}
@Begin{bar}
@End"bar"
@End"foo"
}

@Comment{
This is a block comment with two lines and embedded braces: {one}
{two} {three}
}

@Comment{
This is a block comment with two lines and embedded braces: {one}
{two} {three}.  Here are some mismatched braces: { { { } } } {} {}
}