Allow specifying the test name in the input to gentest
Summary: Allow adding test name within html through the id of the root element. This makes it much easier to re-generate test files. Differential Revision: D3771966 fbshipit-source-id: 313e1648dcf4521e7c649f54c4ced2aa3297bf06
This commit is contained in:
committed by
Facebook Github Bot 6
parent
89c00a7a3b
commit
e3fa40e694
@@ -10,13 +10,13 @@
|
||||
/**
|
||||
* @Generated by gentest/gentest.sh with the following input
|
||||
*
|
||||
* <div style="height: 100px; flex-wrap: wrap">
|
||||
* <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>
|
||||
* <div style="width: 100px; flex-direction: row; flex-wrap: wrap">
|
||||
* <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>
|
||||
|
Reference in New Issue
Block a user