From cfa7735fd93e4a63f825728ffc2ca77585321c8e Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Wed, 8 Apr 2026 22:14:28 +0200 Subject: [PATCH] Added long string format test Signed-off-by: Ole Herman Schumacher Elgesem --- tests/format/008_long_string.expected.cf | 6 ++++++ tests/format/008_long_string.input.cf | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 tests/format/008_long_string.expected.cf create mode 100644 tests/format/008_long_string.input.cf diff --git a/tests/format/008_long_string.expected.cf b/tests/format/008_long_string.expected.cf new file mode 100644 index 0000000..ef7d14b --- /dev/null +++ b/tests/format/008_long_string.expected.cf @@ -0,0 +1,6 @@ +bundle agent main +{ + vars: + "paths" + string => "wlefkjwlefjlkwjeflkwjfekjwefkjwelfjowiefjoiwejfoiwejfoiwjefoiwjefoijwefoijwefoijweofijweoifjweoifjweoifjweoifjwioefj"; +} diff --git a/tests/format/008_long_string.input.cf b/tests/format/008_long_string.input.cf new file mode 100644 index 0000000..ae4c1fc --- /dev/null +++ b/tests/format/008_long_string.input.cf @@ -0,0 +1,5 @@ +bundle agent main +{ + vars: + "paths" string => "wlefkjwlefjlkwjeflkwjfekjwefkjwelfjowiefjoiwejfoiwejfoiwjefoiwjefoijwefoijwefoijweofijweoifjweoifjweoifjweoifjwioefj"; +}