Skip to content

Commit bb6230b

Browse files
committed
fix(cicero) Bug in unquote for conditional/optional
Signed-off-by: Jerome Simeon <[email protected]>
1 parent c2c4edf commit bb6230b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/markdown-cicero/lib/UnquoteVariables.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ function mapObject(obj, stack) {
2626
switch (obj.$class) {
2727
// Strip quotes
2828
case 'org.accordproject.ciceromark.Formula':
29-
case 'org.accordproject.ciceromark.Conditional':
30-
case 'org.accordproject.ciceromark.Optional':
3129
case 'org.accordproject.ciceromark.Variable':
3230
case 'org.accordproject.ciceromark.FormattedVariable':
3331
stack.append({

0 commit comments

Comments
 (0)