fnp
/
texml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bump version (incompatilibity: dropping old Pythons).
[texml.git]
/
tests
/
data
/
env.xml
1
<TeXML>
2
<env name="document">
3
text
4
<env name="st" begin="s" end="e">ET phone home!</env>
5
text
6
<env name="test" nl2="0">
7
Test whitespaces in an environment
8
</env>
9
<env name="test">
10
<parm>a</parm>
11
<opt>b</opt>
12
*
13
<parm>c</parm>
14
Test extended environment
15
<opt>Incorrect, but interesting. Also see '*' above</opt>
16
</env>
17
</env>
18
</TeXML>