Package evaluation to test StrLiterals on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T13:55:25.676 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.08s ################################################################################ # Installation # Installing StrLiterals... Resolving package versions... Installed ModuleInterfaceTools ─ v1.0.1 Installed StrLiterals ────────── v1.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [68059f60] + StrLiterals v1.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [5cb8414e] + ModuleInterfaceTools v1.0.1 [68059f60] + StrLiterals v1.1.0 Installation completed after 1.27s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 8.9 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.1 s ✓ ModuleInterfaceTools 2.0 s ✓ StrLiterals 2 dependencies successfully precompiled in 3 seconds. 8 already precompiled. Precompilation completed after 47.46s ################################################################################ # Testing # Testing StrLiterals Status `/tmp/jl_FTpDKJ/Project.toml` [5cb8414e] ModuleInterfaceTools v1.0.1 [68059f60] StrLiterals v1.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_FTpDKJ/Manifest.toml` [5cb8414e] ModuleInterfaceTools v1.0.1 [68059f60] StrLiterals v1.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time Unicode constants | 4 4 0.1s Test Summary: | Pass Total Time Interpolation | 1 1 0.0s Test Summary: | Pass Total Time $ not interpolation | 1 1 0.0s Test Summary: | Pass Total Time Double backslash followed by parenthesis isn't treated like interpolation | 1 1 0.0s Test Summary: | Pass Total Time Valid quoted characters | 13 13 0.0s ┌ Info: JuliaLowering threw given input: │ code = :(f"\c") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\c" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\c sequence in \"\\\\c\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\d") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\d" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\d sequence in \"\\\\d\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\g") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\g" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\g sequence in \"\\\\g\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\h") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\h" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\h sequence in \"\\\\h\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\i") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\i" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\i sequence in \"\\\\i\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\j") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\j" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\j sequence in \"\\\\j\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\k") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\k" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\k sequence in \"\\\\k\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\l") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\l" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\l sequence in \"\\\\l\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\m") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\m" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\m sequence in \"\\\\m\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\o") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\o" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\o sequence in \"\\\\o\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\p") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\p" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\p sequence in \"\\\\p\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\q") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\q" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\q sequence in \"\\\\q\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\s") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\s" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\s sequence in \"\\\\s\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\u") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\u" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Incomplete \\u{...} in \"\\\\u\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] check_done(str::String, pos::Int64, msg::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:43 [inlined] [3] s_parse_unicode(io::IOBuffer, str::String, pos::Int64) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:73 [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [6] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [7] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [8] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [9] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [11] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [12] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [13] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [14] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [16] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [17] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [18] eval(m::Module, e::Any) @ Core boot.jl:522 [19] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [20] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [21] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [22] top-level scope @ none:6 [23] eval(m::Module, e::Any) @ Core boot.jl:522 [24] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [25] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\w") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\w" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\w sequence in \"\\\\w\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\x") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\x" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("\\x only supported in legacy mode (i.e. F\"...\" or PR\"...\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:70 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\y") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\y" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\y sequence in \"\\\\y\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\A") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\A" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\A sequence in \"\\\\A\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\B") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\B" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\B sequence in \"\\\\B\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\C") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\C" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\C sequence in \"\\\\C\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\D") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\D" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\D sequence in \"\\\\D\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\E") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\E" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\E sequence in \"\\\\E\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\F") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\F" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\F sequence in \"\\\\F\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\G") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\G" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\G sequence in \"\\\\G\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\H") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\H" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\H sequence in \"\\\\H\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\I") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\I" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\I sequence in \"\\\\I\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\J") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\J" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\J sequence in \"\\\\J\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\K") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\K" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\K sequence in \"\\\\K\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\L") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\L" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\L sequence in \"\\\\L\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\M") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\M" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\M sequence in \"\\\\M\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\N") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\N" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\N sequence in \"\\\\N\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\O") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\O" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\O sequence in \"\\\\O\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\P") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\P" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\P sequence in \"\\\\P\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Q") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\Q" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\Q sequence in \"\\\\Q\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\R") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\R" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\R sequence in \"\\\\R\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\S") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\S" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\S sequence in \"\\\\S\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\T") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\T" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\T sequence in \"\\\\T\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\U") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\U" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("\\U only supported in legacy mode (i.e. F\"...\" or PR\"...\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:70 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\V") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\V" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\V sequence in \"\\\\V\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\W") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\W" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\W sequence in \"\\\\W\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\X") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\X" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\X sequence in \"\\\\X\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Y") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\Y" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\Y sequence in \"\\\\Y\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Z") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,context,syntax_flags,name_val,meta,value,jl_source,is_toplevel_thunk,source │ [macrocall] | │ @f_str :: Identifier | │ :(#= none:1 =#) :: Value | │ "\\Z" :: Value | │ │ st1 = nothing │ file = "none" │ line = 1 └ mod = Main Invalid quoted characters: Test Failed at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 Expression: eval_parse("f\"\\$(ch)\"") Expected: LoadError Thrown: Base.JuliaLowering.MacroExpansionError MacroExpansionError while expanding @f_str in module Main: #= none:1 =# - Error expanding macro Caused by: ParseError("Invalid \\Z sequence in \"\\\\Z\"") Stacktrace: [1] parse_error(s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:40 [2] throw_arg_err(msg::String, val::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:71 [3] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [4] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [5] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [6] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [7] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [8] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [9] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [10] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [11] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [12] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [13] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:252 [14] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:358 [15] expand_forms_1(mod::Module, st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, world::UInt64, recursive::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:408 [16] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:29 [17] eval(m::Module, e::Any) @ Core boot.jl:522 [18] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [19] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [20] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core boot.jl:522 [23] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [24] _start() @ Base client.jl:596 Stacktrace: [1] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core boot.jl:522 [5] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [6] _start() @ Base client.jl:596 Test Summary: | Fail Total Time Invalid quoted characters | 43 43 11.9s RNG of the outermost testset: Random.Xoshiro(0xdcf173a53969343a, 0xacb4ad6b31bfc0a9, 0x19b26f371e9adc1a, 0x8dd2de27d3e31242, 0x444fbb1132e44285) ERROR: LoadError: Some tests did not pass: 0 passed, 43 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Testing failed after 135.91s ERROR: LoadError: Package StrLiterals errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 225.96s: package has test failures