mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
what is up with those tests!
This commit is contained in:
parent
01835c8077
commit
7ddb95d521
6 changed files with 87 additions and 88 deletions
|
|
@ -30,8 +30,8 @@ mod edn_token; pub use self::edn_token::*;
|
|||
}
|
||||
|
||||
#[cfg(test)] #[test] fn test_edn_layout () -> Result<(), ParseError> {
|
||||
EdnItem::<String>::read_all(include_str!("../tek/examples/edn01.edn"))?;
|
||||
EdnItem::<String>::read_all(include_str!("../tek/examples/edn02.edn"))?;
|
||||
EdnItem::<String>::read_all(include_str!("../../tek/examples/edn01.edn"))?;
|
||||
EdnItem::<String>::read_all(include_str!("../../tek/examples/edn02.edn"))?;
|
||||
//panic!("{layout:?}");
|
||||
//let content = <dyn EdnViewData<::tek_engine::tui::Tui>>::from(&layout);
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue