From f48b61c776d15ee3ecc51343f8181c7d264d5e6a Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Tue, 31 May 2016 11:05:11 +0200 Subject: [PATCH] Update ref files for DataFrame tests --- test/documents/multimedia/rich_output.md.ref | 16 ++++++++-------- test/documents/multimedia/rich_output.tex.ref | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/test/documents/multimedia/rich_output.md.ref b/test/documents/multimedia/rich_output.md.ref index bbaa67f..d8f0e33 100644 --- a/test/documents/multimedia/rich_output.md.ref +++ b/test/documents/multimedia/rich_output.md.ref @@ -10,9 +10,9 @@ df ~~~~ -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -42,9 +42,9 @@ display(df) ~~~~ -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -75,9 +75,9 @@ head(df) ~~~~ -6x2 DataFrames.DataFrame +6×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -92,9 +92,9 @@ head(df) ~~~~{.julia} julia> df -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ diff --git a/test/documents/multimedia/rich_output.tex.ref b/test/documents/multimedia/rich_output.tex.ref index a90bcd8..b8a8b53 100644 --- a/test/documents/multimedia/rich_output.tex.ref +++ b/test/documents/multimedia/rich_output.tex.ref @@ -8,9 +8,9 @@ df \end{juliacode} \begin{juliaout} -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -36,9 +36,9 @@ z = 51 display(df) \end{juliacode} \begin{juliaout} -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -65,9 +65,9 @@ display(df) head(df) \end{juliacode} \begin{juliaout} -6x2 DataFrames.DataFrame +6×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │ @@ -80,9 +80,9 @@ head(df) \begin{juliaterm} julia> df -26x2 DataFrames.DataFrame +26×2 DataFrames.DataFrame │ Row │ letters │ numbers │ -┝━━━━━┿━━━━━━━━━┿━━━━━━━━━┥ +├─────┼─────────┼─────────┤ │ 1 │ 'a' │ 1 │ │ 2 │ 'b' │ 2 │ │ 3 │ 'c' │ 3 │