Skip to content

Commit b082b3c

Browse files
authored
Merge pull request #1797 from jrha/cleanup-metaconfig-generic
ncm-metaconfig: generic: Fix wrapping and indentation in pan
2 parents 10aee54 + 9800645 commit b082b3c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

ncm-metaconfig/src/main/metaconfig/generic/tests/profiles/multiline.pan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bind "/software/components/metaconfig/services/{/a/b/c}/contents" = metaconfig_g
77

88
"/software/components/metaconfig/services/{/a/b/c}" = create('metaconfig/generic/multiline',
99
"contents", list("first", "second", "third"),
10-
);
10+
);

ncm-metaconfig/src/main/metaconfig/generic/tests/profiles/multiline_exact.pan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bind "/software/components/metaconfig/services/{/a/b/c}/contents" = metaconfig_g
77

88
"/software/components/metaconfig/services/{/a/b/c}" = create('metaconfig/generic/multiline',
99
"contents", list("first", "second", "third"),
10-
);
10+
);

ncm-metaconfig/src/main/metaconfig/generic/tests/profiles/php_variable.pan

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ prefix "contents/{variable1['some.value']}";
1414
"dictwithdigit" = dict(
1515
"DIGIT10", "abc",
1616
"DIGIT20", "def",
17-
"DIGIT50", "METACONFIG_PHP_CODE_some php code doing something"
18-
);
17+
"DIGIT50", "METACONFIG_PHP_CODE_some php code doing something",
18+
);
1919
"null" = 'METACONFIG_PHP_NULL';
2020
"dictlist" = dict(
2121
"abc", list('def', 'METACONFIG_PHP_NULL'),
2222
"def", list('ghi'),
23-
);
23+
);
2424
"listbool" = list(true, false);
2525
"mixeddict" = dict(
2626
'METACONFIG_PHP_FIRSTELEMENT', 'whatisthis',
2727
'something', 'else',
2828
'METACONFIG_PHP_LASTELEMENT', 'howdoesitevenwork',
29-
);
29+
);

ncm-metaconfig/src/main/metaconfig/generic/tests/profiles/string.pan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ bind "/software/components/metaconfig/services/{/a/b/c}/contents" = metaconfig_g
77

88
"/software/components/metaconfig/services/{/a/b/c}" = create('metaconfig/generic/string',
99
"contents", "a very long string\nwith\nnarbitrarysomething\nno eol newline in value",
10-
);
10+
);

0 commit comments

Comments
 (0)