diff options
Diffstat (limited to 'tests/cases/test-quoted.dtd')
-rw-r--r-- | tests/cases/test-quoted.dtd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cases/test-quoted.dtd b/tests/cases/test-quoted.dtd new file mode 100644 index 0000000..0aaef26 --- /dev/null +++ b/tests/cases/test-quoted.dtd @@ -0,0 +1,4 @@ +<!ENTITY password.title "Channel requires "authentication""> +<!ENTITY password.prompt "Please enter the username and password given to you by this channel's publisher."> +<!ENTITY password.username "Username\"foo\":"> +<!ENTITY password.password "Password\a:"> |