File: assert.inc

package info (click to toggle)
fypp 3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: python: 5,631; sh: 37; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#:mute
#:def ASSERT_CODE(code)
$:code
#:enddef ASSERT_CODE

#:def ASSERT()
${_THIS_FILE_}$:${_THIS_LINE_}$|${_FILE_}$:${_LINE_}$
#:enddef ASSERT
#:endmute