Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
ryuichiueda committed Jan 24, 2025
1 parent 3470f3e commit 866fcd5
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/elements/subword.rs
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
pub mod simple;
pub mod single_quoted;
mod braced_param;
mod command;
mod command_sub;
mod escaped_char;
mod ext_glob;
mod double_quoted;
@@ -17,7 +17,7 @@ use crate::error::{exec::ExecError, parse::ParseError};
use self::arithmetic::Arithmetic;
use self::simple::SimpleSubword;
use self::braced_param::BracedParam;
use self::command::CommandSubstitution;
use self::command_sub::CommandSubstitution;
use self::escaped_char::EscapedChar;
use self::ext_glob::ExtGlob;
use self::double_quoted::DoubleQuoted;
File renamed without changes.
2 changes: 1 addition & 1 deletion test/ok
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@
./test_redirects.bash
./test_brace.bash
./test_builtins.bash
./test_parameters.bash
./test_others.bash
./test_calculation.bash
./test_compound.bash
./test_parameters.bash
./test_job.bash

0 comments on commit 866fcd5

Please sign in to comment.