We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810e262 commit fa2ef95Copy full SHA for fa2ef95
tests/unittests/check-collectors.m4
@@ -0,0 +1,12 @@
1
+m4_include([collectors.m4])
2
+
3
+m4_include([test-support.m4])
4
5
6
+m4_define([SAVE], [m4_define([SAVED], [$1])])
7
8
+GET_NEGATION_PREFIX([BOMB], [SAVE])
9
+assert_equals(SAVED, _FORMAT_MISSING_PREFIX([BOMB]))
10
11
+STORE_NEGATION_PREFIX([lol], [BOMB])
12
+assert_equals(GET_NEGATION_PREFIX([lol]), [BOMB])
0 commit comments