Automated script to transpile code and tests to C #6

Merged
frantic merged 1 commits from transpile-js into master 2014-09-26 17:50:24 -07:00
frantic commented 2014-09-26 17:24:17 -07:00 (Migrated from github.com)

I imported new consts, but some tests still fail

................................................................................FF
FAIL should layout text with alignItems: stretch
Input:    {alignItems: 'stretch', flex: 0, width: 80, },
Output:   {layout: {width: 80, height: 50, top: 0, left: 0}, },
Expected: {layout: {width: 80, height: 68, top: 0, left: 0}, },
FAIL should layout node with text and position absolute
Input:    {flex: 0, },
Output:   {layout: {width: 172.422, height: 18, top: 0, left: 0}, },
Expected: {layout: {width: 0, height: 0, top: 0, left: 0}, },
I imported new consts, but some tests still fail ``` ................................................................................FF FAIL should layout text with alignItems: stretch Input: {alignItems: 'stretch', flex: 0, width: 80, }, Output: {layout: {width: 80, height: 50, top: 0, left: 0}, }, Expected: {layout: {width: 80, height: 68, top: 0, left: 0}, }, FAIL should layout node with text and position absolute Input: {flex: 0, }, Output: {layout: {width: 172.422, height: 18, top: 0, left: 0}, }, Expected: {layout: {width: 0, height: 0, top: 0, left: 0}, }, ```
Sign in to join this conversation.
No description provided.