summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/optionals/dumps')
-rw-r--r--tests/shell/testcases/optionals/dumps/comments_chain_0.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/optionals/dumps/comments_chain_0.nft b/tests/shell/testcases/optionals/dumps/comments_chain_0.nft
new file mode 100644
index 00000000..be3d8f33
--- /dev/null
+++ b/tests/shell/testcases/optionals/dumps/comments_chain_0.nft
@@ -0,0 +1,5 @@
+table ip test_table {
+ chain test_chain {
+ comment "test"
+ }
+}