diff options
Diffstat (limited to 'tests/cases/extract9.xml.in')
-rw-r--r-- | tests/cases/extract9.xml.in | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/cases/extract9.xml.in b/tests/cases/extract9.xml.in new file mode 100644 index 0000000..63b5430 --- /dev/null +++ b/tests/cases/extract9.xml.in @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- This test cases tests the use of the xml:space attribute --> +<gimp-tips> + <tip level="start"> + <_welcome> + + + + Welcome to The GIMP ! + + + + + </_welcome> + <_thetip xml:space="default"> + + + + Nearly all image operations are performed by right-clicking + on the image. And don't worry, you can undo most mistakes. + + + + </_thetip> + <_blah xml:space="preserve"> + + + This tip should have lots of whitespace around it + + + + </_blah> + </tip> +</gimp-tips> |