You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# * Only single character comments are supported as `_comment` is used in the PCRE character group (`[^...]`).
268
+
# * `-` in `_comment` is interpreted as a range unless it's used as the first or last character. For example, setting `_comment` to `0-9` means any digit starts a comment.
comment => "This class is needed so that dcs.cf.sub includes the stdlib instead of using plucked.cf.sub from core which might get out of date and cause us to not test current code from the MPF.";
16
+
}
17
+
18
+
bundle agent test
19
+
{
20
+
meta:
21
+
"description" -> { "ENT-6117" }
22
+
string => "Test that replace_uncommented_substrings behaves as expected";
0 commit comments