UNPKG

@eeue56/coed

Version:
144 lines (90 loc) 3.46 kB
## testEmptyStringRendering ```javascript export function testEmptyStringRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L6-L6) ## testNonEmptyStringRendering ```javascript export function testNonEmptyStringRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L11-L11) ## testEmptyDivRendering ```javascript export function testEmptyDivRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L18-L18) ## testEmptyDivWithClassRendering ```javascript export function testEmptyDivWithClassRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L23-L23) ## testEmptyDivWithMultipleClassesRendering ```javascript export function testEmptyDivWithMultipleClassesRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L28-L28) ## testDivWithVoidElement ```javascript export function testDivWithVoidElement() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L42-L42) ## testDivWithQuotedAttribute ```javascript export function testDivWithQuotedAttribute() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L64-L64) ## testDivWithDoublyQuotedAttribute ```javascript export function testDivWithDoublyQuotedAttribute() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L86-L86) ## testDivWithTextRendering ```javascript export function testDivWithTextRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L108-L108) ## testDivWithTextWithClassRendering ```javascript export function testDivWithTextWithClassRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L119-L119) ## testDoublyNestedDivWithTextRendering ```javascript export function testDoublyNestedDivWithTextRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L138-L138) ## testDoublyNestedDivWithTextWithClassesRendering ```javascript export function testDoublyNestedDivWithTextWithClassesRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L161-L161) ## testDoublyNestedDivWithTextWithMultipleClassesRendering ```javascript export function testDoublyNestedDivWithTextWithMultipleClassesRendering() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L189-L189) ## testEmptyStringEvent ```javascript export function testEmptyStringEvent() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L219-L219) ## testEmptyDivEvent ```javascript export function testEmptyDivEvent() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L228-L228) ## testEmptyDivWithValidEvent ```javascript export function testEmptyDivWithValidEvent() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L237-L237) ## testEmptyDivWithTwoValidEventsOfTheSameListener ```javascript export function testEmptyDivWithTwoValidEventsOfTheSameListener() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L251-L251) ## testEmptyDivWithTwoValidEventsOfTheDifferentListeners ```javascript export function testEmptyDivWithTwoValidEventsOfTheDifferentListeners() { ``` [View source](https://github.com/eeue56/coed/blob/main/src/coed_test.ts#L265-L265)