summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0010comments_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/sets/dumps/0010comments_0.nft')
-rw-r--r--tests/shell/testcases/sets/dumps/0010comments_0.nft6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/sets/dumps/0010comments_0.nft b/tests/shell/testcases/sets/dumps/0010comments_0.nft
new file mode 100644
index 00000000..6e42ec4b
--- /dev/null
+++ b/tests/shell/testcases/sets/dumps/0010comments_0.nft
@@ -0,0 +1,6 @@
+table inet t {
+ set s {
+ type ipv6_addr
+ elements = { ::1 comment "test" }
+ }
+}