mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
Getting ready for 1.9.6.
https://github.com/ariya/phantomjs/issues/11905
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@
|
||||
|
||||
#define PHANTOMJS_VERSION_MAJOR 1
|
||||
#define PHANTOMJS_VERSION_MINOR 9
|
||||
#define PHANTOMJS_VERSION_PATCH 3
|
||||
#define PHANTOMJS_VERSION_STRING "1.9.3"
|
||||
#define PHANTOMJS_VERSION_PATCH 6
|
||||
#define PHANTOMJS_VERSION_STRING "1.9.6"
|
||||
|
||||
#define COFFEE_SCRIPT_EXTENSION ".coffee"
|
||||
|
||||
|
||||
@@ -55,8 +55,8 @@ describe("phantom global object", function() {
|
||||
expect(phantom.version.minor).toEqual(9);
|
||||
});
|
||||
|
||||
it("should return 3 as the patch version", function() {
|
||||
expect(phantom.version.patch).toEqual(3);
|
||||
it("should return 6 as the patch version", function() {
|
||||
expect(phantom.version.patch).toEqual(6);
|
||||
});
|
||||
|
||||
it("should have 'injectJs' function", function() {
|
||||
|
||||
Reference in New Issue
Block a user