Kentaro Hayashi
Kentaro Hayashi
@repeatedly sorry for missing another test case, could you review, please?
> Re:VIEW的な対処法としては、章ファイルに #@mapfile(節ファイル) を並べておき、review-preproc または rake preproc を実行すれば章ファイルのところに更新された形で入る、ということを使うことになります(format.ja.md を参照してください)。でもrake preprocだといきなり変わっちゃうのであまり嬉しくないかも。 `rake preproc`だと`#@mapfile`する対象の節ファイルでさらに`#@mapfile()`していても大丈夫そうですね。 ありがとうございます。
I've expected that output of this case is different, but not. any idea?
> Could you try --drilldowns[LABEL].filter instead of --query? Could you explain what you mean precisely? @kou In other test case, we discussed that `--filter` is not worked expectedly for `stage`,...
> In other test case I means #678 as other test case.
Note that `filtered` stage is not supported yet. so this test always fails. And the following part is meaningless because query is already processed before drilldown. ``` --match_columns items \...
I'll review.
I tried `snippet_html()` but it causes an `constant is null` error.
Thanks. I've fixed test case. @kou
I've fixed test case to use `highlight_html()`. Now this test case is executed as expected.