features/cli.feature in jekyll-chatgpt-translate-0.0.20 vs features/cli.feature in jekyll-chatgpt-translate-0.0.21
- old
+ new
@@ -38,15 +38,15 @@
layout: default
---
Hello, world!
"""
Then I build Jekyll site
+ And Exit code is zero
And File "_chatgpt-translated/zh/2023-01-01-hello-zh.md" exists
And File "_chatgpt-translated/zh/2023-01-01-hello-zh.md" contains "/2023-01-01-hello-chinese.html"
And File "_chatgpt-translated/zh/2023-01-01-hello-zh.md" contains "translated-language: \"zh\""
And File "_site/2023/01/01/hello.html" exists
And File "_site/2023/01/01/hello.html" contains "The Chinese: /2023-01-01-hello-chinese.html"
And File "_site/2023-01-01-hello-chinese.html" exists
And File "_site/2023-01-01-hello-chinese.html" contains "The original: /2023/01/01/hello.html"
And File "_site/2023/hello-french.html" exists
- And Exit code is zero