This commit is contained in:
Joseph T. Lyons
2021-01-01 23:24:32 -05:00
committed by GitHub
parent 7eb8634ad7
commit a5f7600f6f
24 changed files with 37 additions and 37 deletions

View File

@ -47,7 +47,7 @@ fn flatten_nested_tables() {
}
#[test]
fn flatten_row_column_explictly() {
fn flatten_row_column_explicitly() {
Playground::setup("flatten_test_1", |dirs, sandbox| {
sandbox.with_files(vec![FileWithContentToBeTrimmed(
"katz.json",
@ -113,7 +113,7 @@ fn flatten_row_columns_having_same_column_names_flats_separately() {
}
#[test]
fn flatten_table_columns_explictly() {
fn flatten_table_columns_explicitly() {
Playground::setup("flatten_test_3", |dirs, sandbox| {
sandbox.with_files(vec![FileWithContentToBeTrimmed(
"katz.json",

View File

@ -30,7 +30,7 @@ fn add() {
}
#[test]
fn add_compount() {
fn add_compound() {
let actual = nu!(
cwd: "tests/fixtures/formats", pipeline(
r#"