Skip to content

Commit

Permalink
Add unit test to check it can handle lowercase section titles
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Oct 25, 2017
1 parent fe3abd1 commit 1f68b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/examples/non-standard-header-sections.las
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
~SPECIAL INFORMATION
MATR. 0.0000: NEUTRON MATRIX(0=LIME,1=SAND,2=DOLO)
MDEN. 2710.0000: LOGGING MATRIX DENSITY
~EXTRA SPECIAL INFORMATION
~extra special information
RMF .OHMM 0.2160: MUD FILTRATE RESISTIVITY
DFD .K/M3 1525.0000: DRILL FLUID DENSITY
~Other
Expand Down
2 changes: 1 addition & 1 deletion tests/test_enhancements.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def test_non_standard_section():
def test_non_standard_sections():
l = read(egfn("non-standard-header-sections.las"))
assert "SPECIAL INFORMATION" in l.sections.keys()
assert "EXTRA SPECIAL INFORMATION" in l.sections.keys()
assert "extra special information" in l.sections.keys()

0 comments on commit 1f68b6b

Please sign in to comment.