Skip to content

Commit

Permalink
add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
goose-life committed Oct 17, 2024
1 parent 732b06b commit 557fe86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indigo/tests/test_refs.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_find_simple(self):
<paragraph eId="sec_1.paragraph-0">
<content>
<p>Something to do with GN no 102 of 2012.</p>
<p>Something to do with Government Notice R184 of 1995.</p>
<p>And another thing about SI 4a of 1998.</p>
<p>don't match lowercase gn no 102 of 2012.</p>
<p>don't match where it's at the end of somethign no 102 of 2012.</p>
Expand All @@ -52,6 +53,7 @@ def test_find_simple(self):
<paragraph eId="sec_1.paragraph-0">
<content>
<p>Something to do with <ref href="/akn/za/act/gn/2012/102">GN no 102 of 2012</ref>.</p>
<p>Something to do with <ref href="/akn/za/act/gn/1995/r184">Government Notice R184 of 1995</ref>.</p>
<p>And another thing about <ref href="/akn/za/act/si/1998/4a">SI 4a of 1998</ref>.</p>
<p>don't match lowercase gn no 102 of 2012.</p>
<p>don't match where it's at the end of somethign no 102 of 2012.</p>
Expand Down

0 comments on commit 557fe86

Please sign in to comment.