Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docテストの追加 #41

Closed
azu opened this issue Jun 16, 2016 · 1 comment
Closed

Docテストの追加 #41

azu opened this issue Jun 16, 2016 · 1 comment

Comments

@azu
Copy link
Collaborator

azu commented Jun 16, 2016

基本文法だとユニットテストを書くまでではない(逆に書きにくい)ものが多い。
以下の形式でdoctestライクのテスト方法を追加する。

let a = 42;
console.log(42); // => 42

これにより、サンプルコードのコメントに書いた評価結果と実際の出力が一致するかをテストできる。

サポートする形式

評価したい式; // => 期待する評価結果

or

console.log(評価したい式); // => 期待する評価結果

関連

#14 #36

@azu
Copy link
Collaborator Author

azu commented Jun 16, 2016

実際に実行して検証するので単体で実行できないといけない。
./source/**/*-example.jsを対象に実行する。

azu added a commit that referenced this issue Jun 16, 2016
 ./source/**/*-example.jsを対象にdoctestを実行

 close #41
@azu azu closed this as completed in 89abec8 Jun 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant