File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ const latex_symbols = Dict(
191
191
" \\ ^n" => " ⁿ" ,
192
192
" \\ ^o" => " ᵒ" ,
193
193
" \\ ^p" => " ᵖ" ,
194
+ " \\ ^q" => " 𐞥" ,
194
195
" \\ ^r" => " ʳ" ,
195
196
" \\ ^s" => " ˢ" ,
196
197
" \\ ^t" => " ᵗ" ,
Original file line number Diff line number Diff line change @@ -1522,7 +1522,8 @@ end
1522
1522
@test " ⁽¹²³⁾ⁿ" in test_complete (" \\ ^(123)n" )[1 ]
1523
1523
@test " ⁿ" in test_complete (" \\ ^n" )[1 ]
1524
1524
@test " ᵞ" in test_complete (" \\ ^gamma" )[1 ]
1525
- @test isempty (test_complete (" \\ ^(123)nq" )[1 ])
1525
+ @test " ⁽¹²³⁾ⁿ𐞥" in test_complete (" \\ ^(123)nq" )[1 ]
1526
+ @test isempty (test_complete (" \\ ^(123)nQ" )[1 ])
1526
1527
@test " ₍₁₂₃₎ₙ" in test_complete (" \\ _(123)n" )[1 ]
1527
1528
@test " ₙ" in test_complete (" \\ _n" )[1 ]
1528
1529
@test " ᵧ" in test_complete (" \\ _gamma" )[1 ]
You can’t perform that action at this time.
0 commit comments