blob: 652e2d313d282aae756636448828f01f64694067 (
plain)
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
|
PR01: Test the inline typesetting features.
1. First we test the legal use of the @{literal@} construct.
2.Test @{@} (illegal).
@A@<Error Recovery Point@>
3. Test the construct @{across
more than one line@}.
4. Now we test the construct with non-text following it.
@{@<sloth@>@}
@A@<Error Recovery Point@>
@{ @> @}
@A@<Error Recovery Point@>
5. Test the legal use of the @/emphasis@/ construct.
6.Test @/@/ (illegal).
@A@<Error Recovery Point@>
7. Test the construct @/across
more than one line@/.
8. Now we test the construct with non-text following it.
@/@<sloth@>@/
@A@<Error Recovery Point@>
@/ @< @/
|