Skip to content

Conversation

@cabriona
Copy link

@cabriona cabriona commented Dec 12, 2019

Old code cant find field [reg] in test data for _extract_defs(defs_str)
defs_str = '''
[fam] Text (100),
[nam] Text (100),
[fnm] Text (100),
[dat] DateTime,
[rod] Text (510),
[gor] Text (510),
[kod] Long Integer,
[reg] Text (300)
)
'''

Old code cant find field [reg] in current test data for  _extract_defs(defs_str) 
defs_str = '''
	[fam]			Text (100), 
	[nam]			Text (100), 
	[fnm]			Text (100), 
	[dat]			DateTime, 
	[rod]			Text (510), 
	[gor]			Text (510), 
	[kod]			Long Integer, 
	[reg]			Text (300)
)
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant