035526848e
This makes it possible to switch to an alternative implementation if there are weird issues like #1568. Some users might also prefer the slightly better performance over more accurate hints.
15 lines
839 B
HTML
15 lines
839 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Different hint implementations</title>
|
|
</head>
|
|
<body>
|
|
<p>When setting hints -> find-implementation to python, the label for the wrapped hint should be drawn at the wrong position.</p>
|
|
<div style="width: 20em;">
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis <a href="/data/hello.txt">nostrud exercitation</a> ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
|
</div>
|
|
</body>
|
|
</html>
|