fix: escape characters as octal sequences
All checks were successful
build / build (push) Successful in 44s
All checks were successful
build / build (push) Successful in 44s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user