Package evaluation to test StrLiterals on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T03:00:36.707 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.4s ################################################################################ # 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.5s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.0 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.7 s ✓ ModuleInterfaceTools 1.5 s ✓ StrLiterals 2 dependencies successfully precompiled in 2 seconds. 8 already precompiled. Precompilation completed after 32.61s ################################################################################ # Testing # Testing StrLiterals Status `/tmp/jl_pHTrdA/Project.toml` [5cb8414e] ModuleInterfaceTools v1.0.1 [68059f60] StrLiterals v1.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_pHTrdA/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,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\d") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\g") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\h") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\i") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\j") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\k") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\l") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\m") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\o") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\p") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\q") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\s") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\u") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:77 [inlined] [4] s_parse_unicode(io::IOBuffer, str::String, pos::Int64) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:73 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:121 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [7] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [8] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [9] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [10] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [11] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [12] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [13] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [14] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [15] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [16] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [17] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [18] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [19] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [20] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [21] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [22] 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 [23] eval(m::Module, e::Any) @ Core boot.jl:522 [24] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [25] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[26] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [28] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [29] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [30] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\w") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\x") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:123 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\y") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 [inlined] ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:50 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\A") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\B") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\C") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\D") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\E") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\F") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\G") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\H") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\I") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\J") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\K") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\L") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\M") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\N") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\O") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\P") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Q") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\R") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\S") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\T") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\U") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:123 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\V") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\W") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\X") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Y") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 ┌ Info: JuliaLowering threw given input: │ code = :(f"\Z") │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [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] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:129 [inlined] [4] s_print_unescaped(io::IOBuffer, str::String, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [5] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:111 [inlined] [6] s_print_unescaped(io::IOBuffer, str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:106 [inlined] [7] sprint(f::typeof(s_print_unescaped), args::String; context::Nothing, sizehint::Int64) @ Base strings/io.jl:109 [8] _sprint(f::Function, s::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:20 [9] s_unescape_string(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:180 [inlined] [10] s_unescape_str(str::String) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:260 [11] interpolated_parse_vec(s::String, unescape::typeof(s_unescape_str), flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:254 [12] interpolated_parse(str::String, strfun::DataType, flg::Bool, unescape::Function, p::Function) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:209 [13] interpolated_parse(str::String, strfun::DataType, flg::Bool, u::typeof(s_unescape_str)) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:268 [inlined] [14] interpolated_parse(str::String, strfun::DataType, flg::Bool) @ StrLiterals ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:271 [inlined] [15] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:53 [inlined] [16] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/src/StrLiterals.jl:50 [17] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 [19] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 [20] 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 [21] eval(m::Module, e::Any) @ Core boot.jl:522 [22] macro expansion @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:10 [inlined] [23] eval_parse(s::String) @ Main ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:7 ┌[24] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰──── repeated 2 times [26] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [27] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [28] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Stacktrace: ┌[1] macro expansion │ @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:53 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] top-level scope @ ~/.julia/packages/StrLiterals/BYkrL/test/runtests.jl:48 Test Summary: | Fail Total Time Invalid quoted characters | 43 43 10.9s RNG of the outermost testset: Random.Xoshiro(0xec7ee99ebc85578f, 0x3522de490bd1a8b2, 0xd21fe9175b098333, 0xbdb18f7ab21c7ac8, 0xd661fe4985f13d1c) 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 129.86s 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 196.7s: package has test failures