File: test.in

package info (click to toggle)
filepp 1.7.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,120 kB
  • ctags: 240
  • sloc: perl: 2,597; makefile: 489; sh: 174; ansic: 15
file content (35 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (2)
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
#define MyMacro(arg1,arg2) The macro named 'MyMacro' has been called with arguments 'arg1' and 'arg2'

Test line 1

About to call the macro

MyMacro(TestArg1,Short Test Arg)

MyMacro(TestArg1,Short Test Arg \(with brackets\))

MyMacro(TestArg1,"Long Test Arg with a single inner bracket \(")

MyMacro(TestArg1,Long Test Arg with no brackets
or commas or other things which could cause problems)

MyMacro(TestArg1,"Long Test Arg with no brackets, but
with a comma, which could cause problems, but since
we're within quotation marks, it's not an issue")

Done calling the macro

A line with (brackets in which
goes on
for
several lines (and has
brackets within) brackets
and then goes
on some more)

Normal line \
continuation

A line with an \( escaped bracket.
A line with another \) escaped bracket.
A line with \\(brackets which stay escaped\\).