Mercurial > vim
view src/libvterm/t/29state_fallback.test @ 19880:50fa63ca3828 v8.2.0496
patch 8.2.0496: Vim9: disassemble test fails
Commit: https://github.com/vim/vim/commit/a4d4cf490e2974843c80598e6f40f83aae658fd3
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Apr 2 13:50:27 2020 +0200
patch 8.2.0496: Vim9: disassemble test fails
Problem: Vim9: disassemble test fails.
Solution: Separate test cases with recognized constant expressions.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 02 Apr 2020 14:00:06 +0200 |
parents | b8299e742f41 |
children | 1d595fada804 |
line wrap: on
line source
INIT WANTSTATE f RESET !Unrecognised control PUSH "\x03" control 03 !Unrecognised CSI PUSH "\e[?15;2z" csi 0x7a L=3f 15,2 !Unrecognised OSC PUSH "\e]27;Something\e\\" osc "27;Something" !Unrecognised DCS PUSH "\ePz123\e\\" dcs "z123"