Merge 77c3615635
into ca8eb856e8
This commit is contained in:
commit
4e2eacc5b1
|
@ -274,7 +274,7 @@ fn from_nuon_datetime() {
|
||||||
"#
|
"#
|
||||||
));
|
));
|
||||||
|
|
||||||
assert_eq!(actual.out, "date");
|
assert_eq!(actual.out, "datetime");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
|
@ -135,7 +135,7 @@ impl Type {
|
||||||
Type::Closure => String::from("closure"),
|
Type::Closure => String::from("closure"),
|
||||||
Type::Bool => String::from("bool"),
|
Type::Bool => String::from("bool"),
|
||||||
Type::CellPath => String::from("cell-path"),
|
Type::CellPath => String::from("cell-path"),
|
||||||
Type::Date => String::from("date"),
|
Type::Date => String::from("datetime"),
|
||||||
Type::Duration => String::from("duration"),
|
Type::Duration => String::from("duration"),
|
||||||
Type::Filesize => String::from("filesize"),
|
Type::Filesize => String::from("filesize"),
|
||||||
Type::Float => String::from("float"),
|
Type::Float => String::from("float"),
|
||||||
|
@ -165,7 +165,7 @@ impl Display for Type {
|
||||||
Type::Closure => write!(f, "closure"),
|
Type::Closure => write!(f, "closure"),
|
||||||
Type::Bool => write!(f, "bool"),
|
Type::Bool => write!(f, "bool"),
|
||||||
Type::CellPath => write!(f, "cell-path"),
|
Type::CellPath => write!(f, "cell-path"),
|
||||||
Type::Date => write!(f, "date"),
|
Type::Date => write!(f, "datetime"),
|
||||||
Type::Duration => write!(f, "duration"),
|
Type::Duration => write!(f, "duration"),
|
||||||
Type::Filesize => write!(f, "filesize"),
|
Type::Filesize => write!(f, "filesize"),
|
||||||
Type::Float => write!(f, "float"),
|
Type::Float => write!(f, "float"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user