Skip to content

Commit 1ff2e3a

Browse files
dkorpeldlang-bot
authored andcommitted
Treat import("file") as hex string literal
1 parent 53bf79c commit 1ff2e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/expression.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,7 @@ $(GNAME ImportExpression):
27222722
to a constant string.
27232723
The text contents of the string are interpreted as a file
27242724
name. The file is read, and the exact contents of the file
2725-
become a string literal.
2725+
become a $(RELATIVE_LINK2 hex_string_literals, hex string literal).
27262726
)
27272727

27282728
$(P Implementations may restrict the file name in order to avoid

0 commit comments

Comments
 (0)