Browse Source

idl-api: formatting

main
heck 2 years ago
parent
commit
0b1fa7016a
  1. 16
      idl/idl_api.ysl2

16
idl/idl_api.ysl2

@ -2,18 +2,18 @@
// stdlib candidates
// ----------------------------------------------------------------------
def "func:autocomma" {
result if "position()!=last()" > ,
result if "position()!=last()" > ,
}
def "func:exists" {
param "xpath";
param "xpath";
choose {
when "$xpath"
result "true()";
otherwise
result "false()";
}
choose {
when "$xpath"
result "true()";
otherwise
result "false()";
}
}
// ----------------------------------------------------------------------

Loading…
Cancel
Save