quickbook/test/variablelist-1_5.quickbook
Daniel James 152fe4fa5d Quickbook: Rename and rearrange some tests.
- More consistent names.
- Not using `.` in basename.
- Run the quickbook manual test last (as when there's an error, the more
  specific tests are more informative).
- Combine some of the code tests.

[SVN r75235]
2011-11-01 19:20:46 +00:00

31 lines
388 B
Plaintext

[article Variable List Tests
[quickbook 1.5]
]
[variablelist Empty
]
[variablelist One entry
[[a][b]]
]
[variablelist One entry, multiple items
[[a][b][c]]
]
[variablelist Several entries
[[a][b]]
[[a][b][c]]
[[a][b][c][d]]
[[a][b][c][d][e]]
[[a][b]]
]
[#id1]
[variablelist Variable List with anchors
[
[[#id2]a[#id3]]
[[#id4]b[#id5]]
]
]