summary refs log blame commit diff stats
path: root/tests/namedparams/tnamedparams.nim
blob: 8799e8a157eefa4a9c5847217c2c870bce5adfbf (plain) (tree)
1
2
3
4
5
6
7
8


                          
                                                                                                              
   


                 


                            

               

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

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