chore(i18n,curriculum): update translations (#42918)
This commit is contained in:
@@ -33,7 +33,7 @@ assert(result[0] == '<h1>');
|
||||
`myRegex` 應該使用懶惰匹配
|
||||
|
||||
```js
|
||||
assert(/\?/g.test(myRegex));
|
||||
assert(/[^\\][\*\+\?]\?/.test(myRegex));
|
||||
```
|
||||
|
||||
`myRegex` 不應包含字符串 `h1`
|
||||
|
@@ -111,7 +111,7 @@ Express app 可以使用新的依賴。
|
||||
(data) => {
|
||||
assert.match(
|
||||
data,
|
||||
/secret:( |)process.env.SESSION_SECRET/gi,
|
||||
/secret:( |)process\.env(\.SESSION_SECRET|\[(?<q>"|')SESSION_SECRET\k<q>\])/g,
|
||||
'Your express app should have express-session set up with your secret as process.env.SESSION_SECRET'
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user