diff --git a/salak-toml.cabal b/salak-toml.cabal
--- a/salak-toml.cabal
+++ b/salak-toml.cabal
@@ -1,6 +1,6 @@
 cabal-version: 1.12
 name: salak-toml
-version: 0.3.3.2
+version: 0.3.4
 license: MIT
 license-file: LICENSE
 copyright: 2019 Daniel YU
@@ -27,7 +27,7 @@
     ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
     build-depends:
         base >=4.10 && <5,
-        salak >=0.3.3.2 && <0.4,
+        salak >=0.3.4 && <0.4,
         text >=1.2.3.1 && <1.3,
         time >=1.8.0.2 && <1.9,
         tomland >=1.0 && <1.2,
@@ -51,7 +51,7 @@
         exceptions >=0.10.2 && <0.11,
         hspec ==2.*,
         mtl >=2.2.2 && <2.3,
-        salak >=0.3.3.2 && <0.4,
+        salak >=0.3.4 && <0.4,
         text >=1.2.3.1 && <1.3,
         time >=1.8.0.2 && <1.9,
         tomland >=1.0 && <1.2,
diff --git a/test/salak.toml b/test/salak.toml
--- a/test/salak.toml
+++ b/test/salak.toml
@@ -102,15 +102,15 @@
 [string.literal]
 
 # What you see is what you get.
-winpath  = 'C:\Users\nodejs\templates'
-winpath2 = '\\ServerX\admin$\system32\'
+winpath  = 'C:\\Users\\nodejs\\templates'
+winpath2 = '\\\\ServerX\\admin\$\\system32\\'
 quoted   = 'Tom "Dubs" Preston-Werner'
-regex    = '<\i\c*\s*>'
+regex    = '<\\i\\c*\\s*>'
 
 
 [string.literal.multiline]
 
-regex2 = '''I [dw]on't need \d{2} apples'''
+regex2 = '''I [dw]on't need \\d\{2\} apples'''
 lines  = '''
 The first newline is
 trimmed in raw strings.
