diff options
| author | Dimitris Apostolou <[email protected]> | 2022-02-22 19:05:39 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-22 09:05:39 -0800 |
| commit | 2f521081ad81cddfe589c2b7e751dec4c2cb06c9 (patch) | |
| tree | 29dfe3ff16c09ec7ca9c08fb679d203f0de8cc31 /test/Tests/Readers/HTML.hs | |
| parent | 3bc3e968372e567cbaf3a7a512e15b93b90d2520 (diff) | |
Fix typos (#7934)
Diffstat (limited to 'test/Tests/Readers/HTML.hs')
| -rw-r--r-- | test/Tests/Readers/HTML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/HTML.hs b/test/Tests/Readers/HTML.hs index 5acfbd2f9..eec5da643 100644 --- a/test/Tests/Readers/HTML.hs +++ b/test/Tests/Readers/HTML.hs @@ -120,7 +120,7 @@ tests = [ testGroup "base tag" =?> codeBlockWith ("a", ["python"], []) "print('hi')" - , test html "attributes in pre take precendence" $ + , test html "attributes in pre take precedence" $ "<pre id=\"c\"><code id=\"d\">\nprint('hi mom!')\n</code></pre>" =?> codeBlockWith ("c", [], []) "print('hi mom!')" |
