Forward-compatibility serialization data for SelserContext
According to the procedure outlined at https://www.mediawiki.org/wiki/Manual:Parser_cache/Serialization_compatibility this patch adds the serialization data for SelserContext emitted after If985e99f9ca9596d0fe40f0a5ef2cdb72286627d is merged, and demonstrates forward compatibility in the case of rollback. Change-Id: Ie80238944df9e35062ef4dce203934d12ea0914a (cherry picked from commit e3096ef07742a70ddf591a1547aac2e00795edd3)
This commit is contained in:
parent
7b307d726d
commit
3b9cb6bd21
2 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
{"revId":5678,"pb":{"html":"<b>html<\/b>","parsoid":{"counter":1234,"offsetType":"byte","ids":{"mwAA":{"parsoid":true}}},"mw":{"ids":{"mwAA":{"mw":true}}},"version":"1.2.3.4","headers":{"X-Header-Test":"header test"},"contentmodel":"wikitext","_complex_":true},"content":{"model":"wikitext","data":"wiki wiki wiki"},"_complex_":true}
|
||||
|
|
@ -0,0 +1 @@
|
|||
a:4:{s:5:"revId";i:5678;s:2:"pb";a:7:{s:4:"html";s:11:"<b>html</b>";s:7:"parsoid";a:3:{s:7:"counter";i:1234;s:10:"offsetType";s:4:"byte";s:3:"ids";a:1:{s:4:"mwAA";a:1:{s:7:"parsoid";b:1;}}}s:2:"mw";a:1:{s:3:"ids";a:1:{s:4:"mwAA";a:1:{s:2:"mw";b:1;}}}s:7:"version";s:7:"1.2.3.4";s:7:"headers";a:1:{s:13:"X-Header-Test";s:11:"header test";}s:12:"contentmodel";s:8:"wikitext";s:9:"_complex_";b:1;}s:7:"content";a:2:{s:5:"model";s:8:"wikitext";s:4:"data";s:14:"wiki wiki wiki";}s:9:"_complex_";b:1;}
|
||||
Loading…
Reference in a new issue