Skip to content

Commit 9ce4c2e

Browse files
authored
Move value_parsing.jl to literal_parsing.jl (#206)
1 parent 0b1aa97 commit 9ce4c2e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/JuliaSyntax.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include("diagnostics.jl")
1717
include("parse_stream.jl")
1818
include("parser.jl")
1919
include("parser_api.jl")
20-
include("value_parsing.jl")
20+
include("literal_parsing.jl")
2121

2222
# Tree data structures
2323
include("green_tree.jl")
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ include("diagnostics.jl")
5353
include("parser_api.jl")
5454
include("expr.jl")
5555
@testset "Parsing literals from strings" begin
56-
include("value_parsing.jl")
56+
include("literal_parsing.jl")
5757
end
5858
include("source_files.jl")
5959

0 commit comments

Comments
 (0)