Skip to content
Snippets Groups Projects
Commit de3dbd99 authored by David Schäfer's avatar David Schäfer
Browse files

added empty config line test

parent bea6e0aa
No related branches found
No related tags found
No related merge requests found
Pipeline #2913 passed with stage
in 7 minutes and 55 seconds
......@@ -79,11 +79,13 @@ def test_configReaderLineNumbers(data):
pre2|flagAll()
SM|flagAll()
#SM|flagAll()
# SM1|flagAll()
SM1|flagAll()
"""
meta_fname, meta_frame = initMetaString(config, data)
result = meta_frame[F.LINENUMBER].tolist()
expected = [3, 4, 5, 7]
expected = [3, 4, 5, 9]
assert result == expected
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment