mirror of
https://github.com/YGGverse/ggemtext.git
synced 2026-03-31 17:15:33 +00:00
update namespace
This commit is contained in:
parent
6f3d4e0f58
commit
321c428765
1 changed files with 2 additions and 2 deletions
|
|
@ -7,11 +7,11 @@ use ggemtext::line::{
|
||||||
};
|
};
|
||||||
|
|
||||||
use gtk::glib::{TimeZone, Uri, UriFlags};
|
use gtk::glib::{TimeZone, Uri, UriFlags};
|
||||||
use std::fs::read_to_string;
|
use std::fs;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn gemtext() {
|
fn gemtext() {
|
||||||
match read_to_string("tests/integration_test.gmi") {
|
match fs::read_to_string("tests/integration_test.gmi") {
|
||||||
Ok(gemtext) => {
|
Ok(gemtext) => {
|
||||||
// Init tags collection
|
// Init tags collection
|
||||||
let mut code_inline: Vec<Inline> = Vec::new();
|
let mut code_inline: Vec<Inline> = Vec::new();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue