Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Nov 26, 2024
1 parent e23bdc1 commit e2eb33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabularray/testfiles/tblr-cell-text.tlg
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ TEST 1: keep braces when splitting table into cells
============================================================
> The spec list text_1 contains the pairs:.
> {[1][1]} => {a}.
> {[2][1]} => {b}.
> {[2][1]} => {{b}}.
> {[3][1]} => {{{c}}}.
> {[4][1]} => {{{{d}}}}.
> {[5][1]} => {{{{{e}}}}}.
> The spec list text_1 contains the pairs:.
> {[1][1]} => {1}.
> {[1][2]} => {a}.
> {[2][1]} => {2}.
> {[2][2]} => {b}.
> {[2][2]} => {{b}}.
> {[3][1]} => {3}.
> {[3][2]} => {{{c}}}.
> {[4][1]} => {4}.
Expand Down

0 comments on commit e2eb33d

Please sign in to comment.