File: Test5

package info (click to toggle)
omake 0.10.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,076 kB
  • sloc: ml: 49,729; ansic: 5,163; makefile: 688; sh: 110
file content (7 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
expected = $"a:b:c:d:e"
actual = $(concat $':', $(filter-out $(string $(EMPTY)), $(split $', ', $"a,b, c d    e")))

if $(not $(equal $(actual), $(expected)))
   eprintln($"Expected: $(expected)")
   eprintln($"Actual: $(actual)")
   exit 1