summaryrefslogtreecommitdiff
path: root/test/files/neg/t7325.check
blob: 709ab6db3eecf63b0919cd8342ea54075a5db456 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
t7325.scala:2: error: percent signs not directly following splicees must be escaped
  println(f"%")
            ^
t7325.scala:4: error: percent signs not directly following splicees must be escaped
  println(f"%%%")
              ^
t7325.scala:6: error: percent signs not directly following splicees must be escaped
  println(f"%%%%%")
                ^
t7325.scala:16: error: wrong conversion string
  println(f"${0}%")
                ^
t7325.scala:19: error: percent signs not directly following splicees must be escaped
  println(f"${0}%%%d")
                  ^
t7325.scala:21: error: percent signs not directly following splicees must be escaped
  println(f"${0}%%%%%d")
                    ^
6 errors found