mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
runtime(syntax-test): ci fails, disable html test for now
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
146
runtime/syntax/testdir/input/html_html
Normal file
146
runtime/syntax/testdir/input/html_html
Normal file
@@ -0,0 +1,146 @@
|
||||
<!--
|
||||
HTML Syntax Test File
|
||||
Maintainer: Doug Kearns <dougkearns@gmail.com>
|
||||
Last Change: 2023 Nov 28
|
||||
-->
|
||||
|
||||
<!-- HTML Elements -->
|
||||
<a>
|
||||
<abbr>
|
||||
<address>
|
||||
<area>
|
||||
<article>
|
||||
<aside>
|
||||
<audio>
|
||||
<b>...</b>
|
||||
<base>
|
||||
<bdi>
|
||||
<bdo>
|
||||
<blockquote>
|
||||
<body>
|
||||
<br>
|
||||
<button>
|
||||
<canvas>
|
||||
<caption>
|
||||
<cite>
|
||||
<code>
|
||||
<col>
|
||||
<colgroup>
|
||||
<data>
|
||||
<datalist>
|
||||
<dd>
|
||||
<del>...</del>
|
||||
<details>
|
||||
<dfn>
|
||||
<dialog>
|
||||
<div>
|
||||
<dl>
|
||||
<dt>
|
||||
<em>...</em>
|
||||
<embed>
|
||||
<fieldset>
|
||||
<figcaption>
|
||||
<figure>
|
||||
<footer>
|
||||
<form>
|
||||
<h1>...</h1>
|
||||
<h2>...</h2>
|
||||
<h3>...</h3>
|
||||
<h4>...</h4>
|
||||
<h5>...</h5>
|
||||
<h6>...</h6>
|
||||
<head>...</head>
|
||||
<header>
|
||||
<hgroup>
|
||||
<hr>
|
||||
<html>
|
||||
<i>...</i>
|
||||
<iframe>
|
||||
<img>
|
||||
<input>
|
||||
<ins>
|
||||
<kbd>
|
||||
<label>
|
||||
<legend>
|
||||
<li>
|
||||
<link>
|
||||
<main>
|
||||
<map>
|
||||
<mark>
|
||||
<menu>
|
||||
<meta>
|
||||
<meter>
|
||||
<nav>
|
||||
<noscript>
|
||||
<object>
|
||||
<ol>
|
||||
<optgroup>
|
||||
<option>
|
||||
<output>
|
||||
<p>
|
||||
<picture>
|
||||
<pre>...</pre>
|
||||
<progress>
|
||||
<q>
|
||||
<rp>
|
||||
<rt>
|
||||
<ruby>
|
||||
<s>...</s>
|
||||
<samp>
|
||||
<script>...</script>
|
||||
<search>
|
||||
<section>
|
||||
<select>
|
||||
<slot>
|
||||
<small>
|
||||
<source>
|
||||
<span>
|
||||
<strong>...</strong>
|
||||
<style>...</style>
|
||||
<sub>
|
||||
<summary>
|
||||
<sup>
|
||||
<table>
|
||||
<tbody>
|
||||
<td>
|
||||
<template>
|
||||
<textarea>
|
||||
<tfoot>
|
||||
<th>
|
||||
<thead>
|
||||
<time>
|
||||
<title>...</title>
|
||||
<tr>
|
||||
<track>
|
||||
<u>...</u>
|
||||
<ul>
|
||||
<var>
|
||||
<video>
|
||||
<wbr>
|
||||
<xmp>
|
||||
|
||||
<!-- Deprecated Elements -->
|
||||
<acronym>
|
||||
<big>
|
||||
<center>
|
||||
<dir>
|
||||
<font>
|
||||
<frame>
|
||||
<frameset>
|
||||
<marquee>
|
||||
<menuitem>
|
||||
<nobr>
|
||||
<noframes>
|
||||
<param>
|
||||
<rb>
|
||||
<rtc>
|
||||
<strike>...</strike>
|
||||
<tt>
|
||||
|
||||
<!-- Note: these deprecated elements have never been matched -->
|
||||
<image>
|
||||
<noembed>
|
||||
<plaintext>
|
||||
|
||||
<!-- Experimental -->
|
||||
<portal>
|
Reference in New Issue
Block a user