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







                             
import pegs

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