/test/function-magic.let

http://github.com/fizx/parsley · Unknown · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 6fe220d0b99c22b6f738811cf894ec32 MD5 · raw file

  1. {
  2. "magics": [{
  3. "head": "h1",
  4. "para(p)": ["substring-after(., ':')"],
  5. "single?": "substring-after(p, ':')"
  6. }]
  7. }