summary refs log blame commit diff stats
path: root/tests/stdlib/tstrtabs.nims
blob: c8ed4ac406c7142554cd2b6bf4162e607b6dd040 (plain) (tree)
1
2
3
4
5




                                                                   
import strtabs

static:
  let t = {"name": "John", "city": "Monaco"}.newStringTable
  doAssert "${name} lives in ${city}" % t == "John lives in Monaco"