Skip to content

MicCodeBlockValitorTest does not test the public API #963

@Ducasse

Description

@Ducasse

So far MicCodeBlockValitorTest only test that the visitor is working.

parseAndTest: docText

	| doc bTester |
	doc := Microdown parse: docText.
	bTester := MicCodeBlockValidator new.
	bTester start: doc.
	^ bTester

However this class has methods such as checkProject:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions