mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-07-13 11:46:03 +09:00
Clean up the oopsie. Rebuild the blank exercises.
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ SPDX expressions are valid, too ...
|
||||
```javascript
|
||||
// Simple SPDX license expression for dual licensing
|
||||
assert.deepEqual(
|
||||
valid('(GPL-3.0 OR BSD-2-Clause)'),
|
||||
valid('(GPL-3.0-only OR BSD-2-Clause)'),
|
||||
validSPDXExpression
|
||||
);
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user