We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3a4bb commit a5c28a8Copy full SHA for a5c28a8
test/test.js
@@ -7,7 +7,7 @@ var assert = require('assert'),
7
sprintf = sprintfjs.sprintf
8
9
describe('sprintfjs', function() {
10
- var pi = 3.141592653589793
+ var pi = Math.PI
11
12
it('should return formated strings for simple placeholders', function() {
13
assert.equal('%', sprintf('%%'))
0 commit comments