Skip to content

Commit

Permalink
Remove the Todo items still there
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Dec 24, 2023
1 parent 8e74a62 commit a211b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/stylesdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -6791,7 +6791,7 @@ style_record styles_table [] =
/* userstring3 */ "",
/* backgroundcolor */ "#FFFFFF",
},
// https://ubsicap.github.io/usfm/characters/index.html?highlight=sup#sup-sup Todo check this.
// https://ubsicap.github.io/usfm/characters/index.html?highlight=sup#sup-sup
{
/* marker */ "sup",
/* name */ "Superscript text",
Expand Down
2 changes: 1 addition & 1 deletion unittests/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ TEST (filter_text, plain_text_notes_export)


// Test incorrect \vp markup.
TEST (filter_text, incorrect_vp_markup) // Todo fix this one, weird now.
TEST (filter_text, incorrect_vp_markup)
{
setup();
const std::string usfm = R"(
Expand Down

0 comments on commit a211b80

Please sign in to comment.