Skip to content

Commit

Permalink
Add TODOs containing testing plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
cassierecher committed Aug 27, 2021
1 parent 2929a9f commit 89df92b
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions claat/parser/gdoc/html_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,43 @@ func TestIsHeader(t *testing.T) {
})
}
}

// TODO: test isMeta

// TODO: test isBold

// TODO: test isItalic

// TODO: test isConsole

// TODO: test isCode

// TODO: test isButton

// TODO: test isInfobox

// TODO: test isInfoboxNegative

// TODO: test isSurvey

// TODO: test isComment

// TODO: test isTable

// TODO: test isList

// TODO: test countTwo

// TODO: test countDirect

// TODO: test findAtom

// TODO: test findChildAtoms

// TODO: test findParent

// TODO: test findBlockParent

// TODO: test nodeAttr

// TODO: test stringifyNode

0 comments on commit 89df92b

Please sign in to comment.