Skip to content

Commit 9f806cf

Browse files
committed
Format-string specifiers
1 parent d26ece2 commit 9f806cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WoofWare.Myriad.Plugins/ArgParserGenerator.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ module internal ArgParserGenerator =
14691469
else
14701470

14711471
try
1472-
Ast.parse $"module M\ntype T = {{ {ident} : int }}\nlet _ = {{ {ident} = 1 }}"
1472+
Ast.parse $"module M\ntype T = {{ %s{ident} : int }}\nlet _ = {{ %s{ident} = 1 }}"
14731473
|> ignore<ParsedInput>
14741474

14751475
true

0 commit comments

Comments
 (0)