fix: escape characters as octal sequences
All checks were successful
build / build (push) Successful in 44s

This commit is contained in:
2026-05-18 10:00:05 -06:00
parent ab7cc053a4
commit 64be009635
3 changed files with 19 additions and 4 deletions

View File

@@ -6,8 +6,9 @@ module Main (main) where
import Language.QBE
import Test.Tasty (TestTree, defaultMain, testGroup)
import Test.Tasty (TestTree, testGroup)
import Test.Tasty.Silver (goldenVsAction)
import Test.Tasty.Silver.Interactive (defaultMain)
import System.FilePath ((</>), (<.>))
import Prettyprinter (Pretty(pretty), layoutPretty, defaultLayoutOptions)
import Prettyprinter.Render.Text (renderStrict)