Skip to content

Commit ba4bec1

Browse files
committed
more tests
1 parent 3a9724a commit ba4bec1

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module Module
2+
3+
$"foo"=$"bar"
4+
$"foo" = $"bar"
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
ImplFile
2+
(ParsedImplFileInput
3+
("/root/Expression/ExprInterpolatedString 04.fs", false,
4+
QualifiedNameOfFile Module, [],
5+
[SynModuleOrNamespace
6+
([Module], false, NamedModule,
7+
[Expr
8+
(App
9+
(NonAtomic, false,
10+
App
11+
(NonAtomic, true,
12+
LongIdent
13+
(false,
14+
SynLongIdent
15+
([op_EqualsDollar], [], [Some (OriginalNotation "=$")]),
16+
None, (3,6--3,8)),
17+
InterpolatedString
18+
([String ("foo", (3,0--3,6))], Regular, (3,0--3,6)),
19+
(3,0--3,8)),
20+
Const (String ("bar", Regular, (3,8--3,13)), (3,8--3,13)),
21+
(3,0--3,13)), (3,0--3,13));
22+
Expr
23+
(App
24+
(NonAtomic, false,
25+
App
26+
(NonAtomic, true,
27+
LongIdent
28+
(false,
29+
SynLongIdent
30+
([op_Equality], [], [Some (OriginalNotation "=")]),
31+
None, (4,7--4,8)),
32+
InterpolatedString
33+
([String ("foo", (4,0--4,6))], Regular, (4,0--4,6)),
34+
(4,0--4,8)),
35+
InterpolatedString
36+
([String ("bar", (4,9--4,15))], Regular, (4,9--4,15)),
37+
(4,0--4,15)), (4,0--4,15))],
38+
PreXmlDoc ((1,0), FSharp.Compiler.Xml.XmlDocCollector), [], None,
39+
(1,0--4,15), { LeadingKeyword = Module (1,0--1,6) })], (true, true),
40+
{ ConditionalDirectives = []
41+
WarnDirectives = []
42+
CodeComments = [] }, set []))

0 commit comments

Comments
 (0)