summary refs log blame commit diff stats
path: root/tests/reject/tnamedparams.nim
blob: 5fb7699bada62a01d382dc624621eaedb90179a0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13


                          
                                                                                       
   







                             

 
discard """
  file: "tnamedparams.nim"
  line: 8
  errormsg: "type mismatch: got (input: string, filename: string, line: int, col: int)"
"""
import pegs

discard parsePeg(
      input = "input", 
      filename = "filename", 
      line = 1, 
      col = 23)