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:
@@ -770,7 +770,7 @@ class TXT(RR):
|
||||
|
||||
nstring = 1
|
||||
stringlen = None
|
||||
string = 'Test String'
|
||||
string = 'Test-String'
|
||||
|
||||
def dump(self, f):
|
||||
stringlen_list = []
|
||||
|
Reference in New Issue
Block a user