2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[2442] updated some TXT-like test data without using intermediate space.

when we migrate the complete lexer version, this will cause confusion:
the lexer will consider the space as a separater.
This commit is contained in:
JINMEI Tatuya
2012-12-03 20:01:45 -08:00
parent 5819758217
commit 9f8aabb795
3 changed files with 31 additions and 32 deletions

View File

@@ -770,7 +770,7 @@ class TXT(RR):
nstring = 1
stringlen = None
string = 'Test String'
string = 'Test-String'
def dump(self, f):
stringlen_list = []