Improve formatting of generated test code input
Summary: Make input html easier to read by indenting it and adding a space between children. The code to do this could very well be improved but it works for the current set of inputs. Reviewed By: lucasr Differential Revision: D3798087 fbshipit-source-id: 0d50ff276000f14ed078cf5ce2e7560ace285a6a
This commit is contained in:
committed by
Facebook Github Bot 5
parent
57725e849a
commit
059384f277
@@ -11,16 +11,17 @@
|
||||
* @Generated by gentest/gentest.sh with the following input
|
||||
*
|
||||
* <div id="wrap_column" style="height: 100px; flex-wrap: wrap">
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* </div>
|
||||
*
|
||||
* <div id="wrap_row" style="width: 100px; flex-direction: row; flex-wrap: wrap">
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* <div style="height: 30px; width: 30px;"></div>
|
||||
* </div>
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user