Skip to content

Commit 5be8313

Browse files
BillWagnerjskeet
authored andcommitted
Fix a mistaken merge.
1 parent b429f97 commit 5be8313

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

standard/expressions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,11 +1326,7 @@ A *primary_expression* that consists of a *literal* ([§6.4.5](lexical-structure
13261326

13271327
### 12.8.3 Interpolated string expressions
13281328

1329-
<<<<<<< HEAD
13301329
An *interpolated_string_expression* consists of `$`, `$@`, or `@$`, immediately followed by text within `"` characters. Within the quoted text there are zero or more ***interpolations*** delimited by `{` and `}` characters, each of which encloses an *expression* and optional formatting specifications.
1331-
=======
1332-
An *interpolated_string_expression* consists of `$`, `$@`, or `@$`, immediately followed by text within `"` characters. Within the quoted text there are zero or more ***interpolations*** delimited by `{` and `}` characters, each of which encloses an *expression* and optional formatting specifications.
1333-
>>>>>>> 9ec9036 (add support for alternate interpolated verbatim strings)
13341330

13351331
Interpolated string expressions have two forms; regular (*interpolated_regular_string_expression*)
13361332
and verbatim (*interpolated_verbatim_string_expression*); which are lexically similar to, but differ semantically from, the two forms of string

0 commit comments

Comments
 (0)